ValidateResponseError Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. ValidateResponseError
- com.
Implements
public final class ValidateResponseError
implements JsonSerializable<ValidateResponseError>
Error details for when validation fails.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
code()
Get the code property: Validation error code. |
|
static
Validate |
fromJson(JsonReader jsonReader)
Reads an instance of Validate |
| String |
message()
Get the message property: Validation error message. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
code
public String code()
Get the code property: Validation error code.
Returns:
fromJson
public static ValidateResponseError fromJson(JsonReader jsonReader)
Reads an instance of ValidateResponseError from the JsonReader.
Parameters:
Returns:
Throws:
message
public String message()
Get the message property: Validation error message.
Returns:
toJson
validate
public void validate()
Validates the instance.