AddressValidationResponseInner Class
- java.
lang. Object - com.
azure. resourcemanager. billing. fluent. models. AddressValidationResponseInner
- com.
Implements
public final class AddressValidationResponseInner
implements JsonSerializable<AddressValidationResponseInner>
Result of the address validation.
Constructor Summary
| Constructor | Description |
|---|---|
| AddressValidationResponseInner() |
Creates an instance of Address |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Address |
fromJson(JsonReader jsonReader)
Reads an instance of Address |
|
Address |
status()
Get the status property: Status of the address validation. |
|
List<Address |
suggestedAddresses()
Get the suggested |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
| String |
validationMessage()
Get the validation |
Methods inherited from java.lang.Object
Constructor Details
AddressValidationResponseInner
public AddressValidationResponseInner()
Creates an instance of AddressValidationResponseInner class.
Method Details
fromJson
public static AddressValidationResponseInner fromJson(JsonReader jsonReader)
Reads an instance of AddressValidationResponseInner from the JsonReader.
Parameters:
Returns:
Throws:
status
public AddressValidationStatus status()
Get the status property: Status of the address validation.
Returns:
suggestedAddresses
public List<AddressDetails> suggestedAddresses()
Get the suggestedAddresses property: The list of suggested addresses.
Returns:
toJson
validate
public void validate()
Validates the instance.
validationMessage
public String validationMessage()
Get the validationMessage property: Validation error message.
Returns: