Class NexusParameterDetailModel
java.lang.Object
net.avalara.avatax.rest.client.models.NexusParameterDetailModel
Represents a parameter associated with a nexus.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
Getter for id The id of the parameter.getName()
Getter for name The parameter's name.Getter for nexusId The nexus idgetUnit()
Getter for unit The unit of measurement code for the parameter.getValue()
Getter for value The value for the parameter.void
Setter for id The id of the parameter.void
Setter for name The parameter's name.void
setNexusId
(Integer value) Setter for nexusId The nexus idvoid
Setter for unit The unit of measurement code for the parameter.void
Setter for value The value for the parameter.toString()
Returns a JSON string representation of NexusParameterDetailModel
-
Constructor Details
-
NexusParameterDetailModel
public NexusParameterDetailModel()
-
-
Method Details
-
getId
Getter for id The id of the parameter. -
setId
Setter for id The id of the parameter. -
getName
Getter for name The parameter's name. -
setName
Setter for name The parameter's name. -
getValue
Getter for value The value for the parameter. -
setValue
Setter for value The value for the parameter. -
getUnit
Getter for unit The unit of measurement code for the parameter. -
setUnit
Setter for unit The unit of measurement code for the parameter. -
getNexusId
Getter for nexusId The nexus id -
setNexusId
Setter for nexusId The nexus id -
toString
Returns a JSON string representation of NexusParameterDetailModel
-