ValidateTransferListResponseInner Class
- java.
lang. Object - com.
azure. resourcemanager. billing. fluent. models. ValidateTransferListResponseInner
- com.
Implements
public final class ValidateTransferListResponseInner
implements JsonSerializable<ValidateTransferListResponseInner>
Result of transfer validation.
Constructor Summary
| Constructor | Description |
|---|---|
| ValidateTransferListResponseInner() |
Creates an instance of Validate |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Validate |
fromJson(JsonReader jsonReader)
Reads an instance of Validate |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Validate |
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:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
value
public List<ValidateTransferResponse> value()
Get the value property: The list of transfer validation results.
Returns: