次の方法で共有


ValidationResponseInner Class

  • java.lang.Object
    • com.azure.resourcemanager.databox.fluent.models.ValidationResponseInner

Implements

public final class ValidationResponseInner
implements JsonSerializable<ValidationResponseInner>

Response of pre job creation validations.

Constructor Summary

Constructor Description
ValidationResponseInner()

Creates an instance of ValidationResponseInner class.

Method Summary

Modifier and Type Method and Description
static ValidationResponseInner fromJson(JsonReader jsonReader)

Reads an instance of ValidationResponseInner from the JsonReader.

List<ValidationInputResponse> individualResponseDetails()

Get the individualResponseDetails property: List of response details contain validationType and its response as key and value respectively.

OverallValidationStatus status()

Get the status property: Overall validation status.

JsonWriter 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:

jsonReader - The JsonReader being read.

Returns:

An instance of ValidationResponseInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the ValidationResponseInner.

individualResponseDetails

public List<ValidationInputResponse> individualResponseDetails()

Get the individualResponseDetails property: List of response details contain validationType and its response as key and value respectively.

Returns:

the individualResponseDetails value.

status

public OverallValidationStatus status()

Get the status property: Overall validation status.

Returns:

the status value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to