Class CompanyParameterDetailModel
java.lang.Object
net.avalara.avatax.rest.client.models.CompanyParameterDetailModel
Represents a parameter associated with a company.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for companyId CompanyId associated with the parametergetId()
Getter for id Identifier for company parametergetName()
Getter for name The parameter's namegetUnit()
Getter for unit The unit of measurement code for the parametergetValue()
Getter for value The value of the parametervoid
setCompanyId
(Integer value) Setter for companyId CompanyId associated with the parametervoid
Setter for id Identifier for company parametervoid
Setter for name The parameter's namevoid
Setter for unit The unit of measurement code for the parametervoid
Setter for value The value of the parametertoString()
Returns a JSON string representation of CompanyParameterDetailModel
-
Constructor Details
-
CompanyParameterDetailModel
public CompanyParameterDetailModel()
-
-
Method Details
-
getId
Getter for id Identifier for company parameter -
setId
Setter for id Identifier for company parameter -
getCompanyId
Getter for companyId CompanyId associated with the parameter -
setCompanyId
Setter for companyId CompanyId associated with the parameter -
getName
Getter for name The parameter's name -
setName
Setter for name The parameter's name -
getValue
Getter for value The value of the parameter -
setValue
Setter for value The value of 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 -
toString
Returns a JSON string representation of CompanyParameterDetailModel
-