Class LocationParameterModel

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

public class LocationParameterModel
extends java.lang.Object
The parameter associated with a company location.
  • Constructor Summary

    Constructors 
    Constructor Description
    LocationParameterModel()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Long getId()
    Getter for id The ID number of the parameter.
    java.lang.Integer getLocationId()
    Getter for locationId The ID of the company location the parameter associated with.
    java.lang.String getName()
    Getter for name The parameter's name.
    java.lang.String getUnit()
    Getter for unit The parameter's value.
    java.lang.String getValue()
    Getter for value The value of the parameter.
    void setId​(java.lang.Long value)
    Setter for id The ID number of the parameter.
    void setLocationId​(java.lang.Integer value)
    Setter for locationId The ID of the company location the parameter associated with.
    void setName​(java.lang.String value)
    Setter for name The parameter's name.
    void setUnit​(java.lang.String value)
    Setter for unit The parameter's value.
    void setValue​(java.lang.String value)
    Setter for value The value of the parameter.
    java.lang.String toString()
    Returns a JSON string representation of LocationParameterModel

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • getId

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

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

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

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

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

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

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

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

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

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

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