Class LocationParameterModel

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

public class LocationParameterModel extends Object
The parameter associated with a company location.
  • Constructor Details

    • LocationParameterModel

      public LocationParameterModel()
  • Method Details

    • getId

      public Long getId()
      Getter for id The ID number of the parameter.
    • setId

      public void setId(Long value)
      Setter for id The ID number of the parameter.
    • getName

      public String getName()
      Getter for name The parameter's name.
    • setName

      public void setName(String value)
      Setter for name The parameter's name.
    • getUnit

      public String getUnit()
      Getter for unit The parameter's value.
    • setUnit

      public void setUnit(String value)
      Setter for unit The parameter's value.
    • getValue

      public String getValue()
      Getter for value The value of the parameter.
    • setValue

      public void setValue(String value)
      Setter for value The value of the parameter.
    • getLocationId

      public Integer getLocationId()
      Getter for locationId The ID of the company location the parameter associated with.
    • setLocationId

      public void setLocationId(Integer value)
      Setter for locationId The ID of the company location the parameter associated with.
    • toString

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