ValidateTransferResponse Class
- java.
lang. Object - com.
azure. resourcemanager. billing. models. ValidateTransferResponse
- com.
Implements
public final class ValidateTransferResponse
implements JsonSerializable<ValidateTransferResponse>
Transfer validation response.
Constructor Summary
| Constructor | Description |
|---|---|
| ValidateTransferResponse() |
Creates an instance of Validate |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Validate |
fromJson(JsonReader jsonReader)
Reads an instance of Validate |
| String |
productId()
Get the product |
|
List<Validation |
results()
Get the results property: The array of validation results. |
| String |
status()
Get the status property: The status of validation. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Validate |
withResults(List<ValidationResultProperties> results)
Set the results property: The array of validation results. |
Methods inherited from java.lang.Object
Constructor Details
ValidateTransferResponse
public ValidateTransferResponse()
Creates an instance of ValidateTransferResponse class.
Method Details
fromJson
public static ValidateTransferResponse fromJson(JsonReader jsonReader)
Reads an instance of ValidateTransferResponse from the JsonReader.
Parameters:
Returns:
Throws:
productId
public String productId()
Get the productId property: The product id for which this result applies.
Returns:
results
public List<ValidationResultProperties> results()
Get the results property: The array of validation results.
Returns:
status
public String status()
Get the status property: The status of validation.
Returns:
toJson
validate
public void validate()
Validates the instance.
withResults
public ValidateTransferResponse withResults(List<ValidationResultProperties> results)
Set the results property: The array of validation results.
Parameters:
Returns: