Class CompanyParameterDetailModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.CompanyParameterDetailModel
-
public class CompanyParameterDetailModel extends java.lang.ObjectRepresents 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.IntegergetCompanyId()Getter for companyId CompanyId associated with the parameterjava.lang.LonggetId()Getter for id Identifier for company parameterjava.lang.StringgetName()Getter for name The parameter's namejava.lang.StringgetUnit()Getter for unit The unit of measurement code for the parameterjava.lang.StringgetValue()Getter for value The value of the parametervoidsetCompanyId(java.lang.Integer value)Setter for companyId CompanyId associated with the parametervoidsetId(java.lang.Long value)Setter for id Identifier for company parametervoidsetName(java.lang.String value)Setter for name The parameter's namevoidsetUnit(java.lang.String value)Setter for unit The unit of measurement code for the parametervoidsetValue(java.lang.String value)Setter for value The value of the parameterjava.lang.StringtoString()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:
toStringin classjava.lang.Object
-
-