ValidateTransferListResponseInner Class

  • java.lang.Object
    • com.azure.resourcemanager.billing.fluent.models.ValidateTransferListResponseInner

Implements

public final class ValidateTransferListResponseInner
implements JsonSerializable<ValidateTransferListResponseInner>

Result of transfer validation.

Constructor Summary

Constructor Description
ValidateTransferListResponseInner()

Creates an instance of ValidateTransferListResponseInner class.

Method Summary

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

Reads an instance of ValidateTransferListResponseInner from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<ValidateTransferResponse> value()

Get the value property: The list of transfer validation results.

Methods inherited from java.lang.Object

Constructor Details

ValidateTransferListResponseInner

public ValidateTransferListResponseInner()

Creates an instance of ValidateTransferListResponseInner class.

Method Details

fromJson

public static ValidateTransferListResponseInner fromJson(JsonReader jsonReader)

Reads an instance of ValidateTransferListResponseInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ValidateTransferListResponseInner 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 ValidateTransferListResponseInner.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<ValidateTransferResponse> value()

Get the value property: The list of transfer validation results.

Returns:

the value value.

Applies to