Class LocationParameterModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.LocationParameterModel
-
public class LocationParameterModel extends java.lang.ObjectThe parameter associated with a company location.
-
-
Constructor Summary
Constructors Constructor Description LocationParameterModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.LonggetId()Getter for id The ID number of the parameter.java.lang.IntegergetLocationId()Getter for locationId The ID of the company location the parameter associated with.java.lang.StringgetName()Getter for name The parameter's name.java.lang.StringgetUnit()Getter for unit The parameter's value.java.lang.StringgetValue()Getter for value The value of the parameter.voidsetId(java.lang.Long value)Setter for id The ID number of the parameter.voidsetLocationId(java.lang.Integer value)Setter for locationId The ID of the company location the parameter associated with.voidsetName(java.lang.String value)Setter for name The parameter's name.voidsetUnit(java.lang.String value)Setter for unit The parameter's value.voidsetValue(java.lang.String value)Setter for value The value of the parameter.java.lang.StringtoString()Returns a JSON string representation of LocationParameterModel
-
-
-
Method Detail
-
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:
toStringin classjava.lang.Object
-
-