Class CompanyParameterDetailModel

java.lang.Object
net.avalara.avatax.rest.client.models.CompanyParameterDetailModel

public class CompanyParameterDetailModel extends Object
Represents a parameter associated with a company.
  • Constructor Details

    • CompanyParameterDetailModel

      public CompanyParameterDetailModel()
  • Method Details

    • getId

      public Long getId()
      Getter for id Identifier for company parameter
    • setId

      public void setId(Long value)
      Setter for id Identifier for company parameter
    • getCompanyId

      public Integer getCompanyId()
      Getter for companyId CompanyId associated with the parameter
    • setCompanyId

      public void setCompanyId(Integer value)
      Setter for companyId CompanyId associated with the parameter
    • getName

      public String getName()
      Getter for name The parameter's name
    • setName

      public void setName(String value)
      Setter for name The parameter's name
    • getValue

      public String getValue()
      Getter for value The value of the parameter
    • setValue

      public void setValue(String value)
      Setter for value The value of the parameter
    • getUnit

      public String getUnit()
      Getter for unit The unit of measurement code for the parameter
    • setUnit

      public void setUnit(String value)
      Setter for unit The unit of measurement code for the parameter
    • toString

      public String toString()
      Returns a JSON string representation of CompanyParameterDetailModel
      Overrides:
      toString in class Object