Class CompanyParameterDetailModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.CompanyParameterDetailModel
-
public class CompanyParameterDetailModel extends java.lang.Object
Represents a parameter associated with a company.
-
-
Constructor Summary
Constructors Constructor Description CompanyParameterDetailModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integer
getCompanyId()
Getter for companyId CompanyId associated with the parameterjava.lang.Long
getId()
Getter for id Identifier for company parameterjava.lang.String
getName()
Getter for name The parameter's namejava.lang.String
getUnit()
Getter for unit The unit of measurement code for the parameterjava.lang.String
getValue()
Getter for value The value of the parametervoid
setCompanyId(java.lang.Integer value)
Setter for companyId CompanyId associated with the parametervoid
setId(java.lang.Long value)
Setter for id Identifier for company parametervoid
setName(java.lang.String value)
Setter for name The parameter's namevoid
setUnit(java.lang.String value)
Setter for unit The unit of measurement code for the parametervoid
setValue(java.lang.String value)
Setter for value The value of the parameterjava.lang.String
toString()
Returns a JSON string representation of CompanyParameterDetailModel
-
-
-
Method Detail
-
getId
public java.lang.Long getId()
Getter for id Identifier for company parameter
-
setId
public void setId(java.lang.Long value)
Setter for id Identifier for company parameter
-
getCompanyId
public java.lang.Integer getCompanyId()
Getter for companyId CompanyId associated with the parameter
-
setCompanyId
public void setCompanyId(java.lang.Integer value)
Setter for companyId CompanyId associated with 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 of the parameter
-
setValue
public void setValue(java.lang.String value)
Setter for value The value of 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
-
toString
public java.lang.String toString()
Returns a JSON string representation of CompanyParameterDetailModel- Overrides:
toString
in classjava.lang.Object
-
-