Class AddressResolutionModel
java.lang.Object
net.avalara.avatax.rest.client.models.AddressResolutionModel
Address Resolution Model
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for addressGetter for coordinatesGetter for messages List of informational and warning messages regarding this addressGetter for resolutionQuality The resolution quality of the geospatial coordinatesGetter for taxAuthorities List of informational and warning messages regarding this addressGetter for validatedAddresses The validated address or addressesvoid
setAddress
(AddressInfo value) Setter for addressvoid
setCoordinates
(CoordinateInfo value) Setter for coordinatesvoid
setMessages
(ArrayList<AvaTaxMessage> value) Setter for messages List of informational and warning messages regarding this addressvoid
Setter for resolutionQuality The resolution quality of the geospatial coordinatesvoid
Setter for taxAuthorities List of informational and warning messages regarding this addressvoid
Setter for validatedAddresses The validated address or addressestoString()
Returns a JSON string representation of AddressResolutionModel
-
Constructor Details
-
AddressResolutionModel
public AddressResolutionModel()
-
-
Method Details
-
getAddress
Getter for address -
setAddress
Setter for address -
getValidatedAddresses
Getter for validatedAddresses The validated address or addresses -
setValidatedAddresses
Setter for validatedAddresses The validated address or addresses -
getCoordinates
Getter for coordinates -
setCoordinates
Setter for coordinates -
getResolutionQuality
Getter for resolutionQuality The resolution quality of the geospatial coordinates -
setResolutionQuality
Setter for resolutionQuality The resolution quality of the geospatial coordinates -
getTaxAuthorities
Getter for taxAuthorities List of informational and warning messages regarding this address -
setTaxAuthorities
Setter for taxAuthorities List of informational and warning messages regarding this address -
getMessages
Getter for messages List of informational and warning messages regarding this address -
setMessages
Setter for messages List of informational and warning messages regarding this address -
toString
Returns a JSON string representation of AddressResolutionModel
-