ValidationInputResponse Class
- java.
lang. Object - com.
azure. resourcemanager. databox. models. ValidationInputResponse
- com.
Implements
public class ValidationInputResponse
implements JsonSerializable<ValidationInputResponse>
Minimum properties that should be present in each individual validation response.
Constructor Summary
| Constructor | Description |
|---|---|
| ValidationInputResponse() |
Creates an instance of Validation |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Cloud |
error()
Get the error property: Error code and message of validation response. |
|
static
Validation |
fromJson(JsonReader jsonReader)
Reads an instance of Validation |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Validation |
validationType()
Get the validation |
Methods inherited from java.lang.Object
Constructor Details
ValidationInputResponse
public ValidationInputResponse()
Creates an instance of ValidationInputResponse class.
Method Details
error
public CloudError error()
Get the error property: Error code and message of validation response.
Returns:
fromJson
public static ValidationInputResponse fromJson(JsonReader jsonReader)
Reads an instance of ValidationInputResponse from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
validationType
public ValidationInputDiscriminator validationType()
Get the validationType property: Identifies the type of validation response.
Returns: