Class NexusParameterDetailModel
java.lang.Object
net.avalara.avatax.rest.client.models.NexusParameterDetailModel
public class NexusParameterDetailModel
extends java.lang.Object
Represents a parameter associated with a nexus.
-
Constructor Summary
Constructors Constructor Description NexusParameterDetailModel()
-
Method Summary
Modifier and Type Method Description java.lang.Long
getId()
Getter for id The id of the parameter.java.lang.String
getName()
Getter for name The parameter's name.java.lang.Integer
getNexusId()
Getter for nexusId The nexus idjava.lang.String
getUnit()
Getter for unit The unit of measurement code for the parameter.java.lang.String
getValue()
Getter for value The value for the parameter.void
setId(java.lang.Long value)
Setter for id The id of the parameter.void
setName(java.lang.String value)
Setter for name The parameter's name.void
setNexusId(java.lang.Integer value)
Setter for nexusId The nexus idvoid
setUnit(java.lang.String value)
Setter for unit The unit of measurement code for the parameter.void
setValue(java.lang.String value)
Setter for value The value for the parameter.java.lang.String
toString()
Returns a JSON string representation of NexusParameterDetailModel
-
Constructor Details
-
NexusParameterDetailModel
public NexusParameterDetailModel()
-
-
Method Details
-
getId
public java.lang.Long getId()Getter for id The id of the parameter. -
setId
public void setId(java.lang.Long value)Setter for id The id 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. -
getValue
public java.lang.String getValue()Getter for value The value for the parameter. -
setValue
public void setValue(java.lang.String value)Setter for value The value for the parameter. -
getUnit
public java.lang.String getUnit()Getter for unit The unit of measurement code for the parameter. -
setUnit
public void setUnit(java.lang.String value)Setter for unit The unit of measurement code for the parameter. -
getNexusId
public java.lang.Integer getNexusId()Getter for nexusId The nexus id -
setNexusId
public void setNexusId(java.lang.Integer value)Setter for nexusId The nexus id -
toString
public java.lang.String toString()Returns a JSON string representation of NexusParameterDetailModel- Overrides:
toString
in classjava.lang.Object
-