Class AddressResolutionModel

java.lang.Object
net.avalara.avatax.rest.client.models.AddressResolutionModel

public class AddressResolutionModel extends Object
Address Resolution Model
  • Constructor Details

    • AddressResolutionModel

      public AddressResolutionModel()
  • Method Details

    • getAddress

      public AddressInfo getAddress()
      Getter for address
    • setAddress

      public void setAddress(AddressInfo value)
      Setter for address
    • getValidatedAddresses

      public ArrayList<ValidatedAddressInfo> getValidatedAddresses()
      Getter for validatedAddresses The validated address or addresses
    • setValidatedAddresses

      public void setValidatedAddresses(ArrayList<ValidatedAddressInfo> value)
      Setter for validatedAddresses The validated address or addresses
    • getCoordinates

      public CoordinateInfo getCoordinates()
      Getter for coordinates
    • setCoordinates

      public void setCoordinates(CoordinateInfo value)
      Setter for coordinates
    • 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 ArrayList<TaxAuthorityInfo> getTaxAuthorities()
      Getter for taxAuthorities List of informational and warning messages regarding this address
    • setTaxAuthorities

      public void setTaxAuthorities(ArrayList<TaxAuthorityInfo> value)
      Setter for taxAuthorities List of informational and warning messages regarding this address
    • getMessages

      public ArrayList<AvaTaxMessage> getMessages()
      Getter for messages List of informational and warning messages regarding this address
    • setMessages

      public void setMessages(ArrayList<AvaTaxMessage> value)
      Setter for messages List of informational and warning messages regarding this address
    • toString

      public String toString()
      Returns a JSON string representation of AddressResolutionModel
      Overrides:
      toString in class Object