Class AddressResolutionModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.AddressResolutionModel
-
public class AddressResolutionModel extends java.lang.ObjectAddress Resolution Model
-
-
Constructor Summary
Constructors Constructor Description AddressResolutionModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AddressInfogetAddress()Getter for address The original addressCoordinateInfogetCoordinates()Getter for coordinates The geospatial coordinates of this addressjava.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 address The original addressvoidsetCoordinates(CoordinateInfo value)Setter for coordinates The geospatial coordinates of this addressvoidsetMessages(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
-
-
-
Method Detail
-
getAddress
public AddressInfo getAddress()
Getter for address The original address
-
setAddress
public void setAddress(AddressInfo value)
Setter for address The original address
-
getValidatedAddresses
public java.util.ArrayList<ValidatedAddressInfo> getValidatedAddresses()
Getter for validatedAddresses The validated address or addresses
-
setValidatedAddresses
public void setValidatedAddresses(java.util.ArrayList<ValidatedAddressInfo> value)
Setter for validatedAddresses The validated address or addresses
-
getCoordinates
public CoordinateInfo getCoordinates()
Getter for coordinates The geospatial coordinates of this address
-
setCoordinates
public void setCoordinates(CoordinateInfo value)
Setter for coordinates The geospatial coordinates of this address
-
getResolutionQuality
public ResolutionQuality getResolutionQuality()
Getter for resolutionQuality The resolution quality of the geospatial coordinates
-
setResolutionQuality
public void setResolutionQuality(ResolutionQuality value)
Setter for resolutionQuality The resolution quality of the geospatial coordinates
-
getTaxAuthorities
public java.util.ArrayList<TaxAuthorityInfo> getTaxAuthorities()
Getter for taxAuthorities List of informational and warning messages regarding this address
-
setTaxAuthorities
public void setTaxAuthorities(java.util.ArrayList<TaxAuthorityInfo> value)
Setter for taxAuthorities List of informational and warning messages regarding this address
-
getMessages
public java.util.ArrayList<AvaTaxMessage> getMessages()
Getter for messages List of informational and warning messages regarding this address
-
setMessages
public void setMessages(java.util.ArrayList<AvaTaxMessage> value)
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
-
-