ValidationResponseInner Class
- java.
lang. Object - com.
azure. resourcemanager. databox. fluent. models. ValidationResponseInner
- com.
Implements
public final class ValidationResponseInner
implements JsonSerializable<ValidationResponseInner>
Response of pre job creation validations.
Constructor Summary
| Constructor | Description |
|---|---|
| ValidationResponseInner() |
Creates an instance of Validation |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Validation |
fromJson(JsonReader jsonReader)
Reads an instance of Validation |
|
List<Validation |
individualResponseDetails()
Get the individual |
|
Overall |
status()
Get the status property: Overall validation status. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
ValidationResponseInner
public ValidationResponseInner()
Creates an instance of ValidationResponseInner class.
Method Details
fromJson
public static ValidationResponseInner fromJson(JsonReader jsonReader)
Reads an instance of ValidationResponseInner from the JsonReader.
Parameters:
Returns:
Throws:
individualResponseDetails
public List<ValidationInputResponse> individualResponseDetails()
Get the individualResponseDetails property: List of response details contain validationType and its response as key and value respectively.
Returns:
status
public OverallValidationStatus status()
Get the status property: Overall validation status.
Returns:
toJson
validate
public void validate()
Validates the instance.