Class AddressResolutionModel
java.lang.Object
net.avalara.avatax.rest.client.models.AddressResolutionModel
public class AddressResolutionModel
extends java.lang.Object
Address Resolution Model
-
Constructor Summary
Constructors Constructor Description AddressResolutionModel() -
Method Summary
Modifier and Type Method Description AddressInfogetAddress()Getter for addressCoordinateInfogetCoordinates()Getter for coordinatesjava.util.ArrayList<AvaTaxMessage>getMessages()Getter for messages List of informational and warning messages regarding this addressResolutionQualitygetResolutionQuality()Getter for resolutionQuality The resolution quality of the geospatial coordinatesjava.util.ArrayList<TaxAuthorityInfo>getTaxAuthorities()Getter for taxAuthorities List of informational and warning messages regarding this addressjava.util.ArrayList<ValidatedAddressInfo>getValidatedAddresses()Getter for validatedAddresses The validated address or addressesvoidsetAddress(AddressInfo value)Setter for addressvoidsetCoordinates(CoordinateInfo value)Setter for coordinatesvoidsetMessages(java.util.ArrayList<AvaTaxMessage> value)Setter for messages List of informational and warning messages regarding this addressvoidsetResolutionQuality(ResolutionQuality value)Setter for resolutionQuality The resolution quality of the geospatial coordinatesvoidsetTaxAuthorities(java.util.ArrayList<TaxAuthorityInfo> value)Setter for taxAuthorities List of informational and warning messages regarding this addressvoidsetValidatedAddresses(java.util.ArrayList<ValidatedAddressInfo> value)Setter for validatedAddresses The validated address or addressesjava.lang.StringtoString()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
public java.lang.String toString()Returns a JSON string representation of AddressResolutionModel- Overrides:
toStringin classjava.lang.Object
-