Class LocationParameterModel
java.lang.Object
net.avalara.avatax.rest.client.models.LocationParameterModel
The parameter associated with a company location.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Getter for id The ID number of the parameter.Getter for locationId The ID of the company location the parameter associated with.getName()Getter for name The parameter's name.getUnit()Getter for unit The parameter's value.getValue()Getter for value The value of the parameter.voidSetter for id The ID number of the parameter.voidsetLocationId(Integer value) Setter for locationId The ID of the company location the parameter associated with.voidSetter for name The parameter's name.voidSetter for unit The parameter's value.voidSetter for value The value of the parameter.toString()Returns a JSON string representation of LocationParameterModel
-
Constructor Details
-
LocationParameterModel
public LocationParameterModel()
-
-
Method Details
-
getId
Getter for id The ID number of the parameter. -
setId
Setter for id The ID number of the parameter. -
getName
Getter for name The parameter's name. -
setName
Setter for name The parameter's name. -
getUnit
Getter for unit The parameter's value. -
setUnit
Setter for unit The parameter's value. -
getValue
Getter for value The value of the parameter. -
setValue
Setter for value The value of the parameter. -
getLocationId
Getter for locationId The ID of the company location the parameter associated with. -
setLocationId
Setter for locationId The ID of the company location the parameter associated with. -
toString
Returns a JSON string representation of LocationParameterModel
-