Class CompanyConfigurationModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.CompanyConfigurationModel
-
public class CompanyConfigurationModel extends java.lang.ObjectRepresents one configuration setting for this company
-
-
Constructor Summary
Constructors Constructor Description CompanyConfigurationModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCategory()Getter for category The category of the configuration setting.java.lang.IntegergetCompanyId()Getter for companyId The unique ID number of the account to which this setting appliesjava.util.DategetCreatedDate()Getter for createdDate The date when this record was created.java.lang.IntegergetCreatedUserId()Getter for createdUserId The User ID of the user who created this record.java.util.DategetModifiedDate()Getter for modifiedDate The date/time when this record was last modified.java.lang.IntegergetModifiedUserId()Getter for modifiedUserId The user ID of the user who last modified this record.java.lang.StringgetName()Getter for name The name of the configuration settingjava.lang.StringgetValue()Getter for value The current value of the configuration settingvoidsetCategory(java.lang.String value)Setter for category The category of the configuration setting.voidsetCompanyId(java.lang.Integer value)Setter for companyId The unique ID number of the account to which this setting appliesvoidsetCreatedDate(java.util.Date value)Setter for createdDate The date when this record was created.voidsetCreatedUserId(java.lang.Integer value)Setter for createdUserId The User ID of the user who created this record.voidsetModifiedDate(java.util.Date value)Setter for modifiedDate The date/time when this record was last modified.voidsetModifiedUserId(java.lang.Integer value)Setter for modifiedUserId The user ID of the user who last modified this record.voidsetName(java.lang.String value)Setter for name The name of the configuration settingvoidsetValue(java.lang.String value)Setter for value The current value of the configuration settingjava.lang.StringtoString()Returns a JSON string representation of CompanyConfigurationModel
-
-
-
Method Detail
-
getCompanyId
public java.lang.Integer getCompanyId()
Getter for companyId The unique ID number of the account to which this setting applies
-
setCompanyId
public void setCompanyId(java.lang.Integer value)
Setter for companyId The unique ID number of the account to which this setting applies
-
getCategory
public java.lang.String getCategory()
Getter for category The category of the configuration setting. Avalara-defined categories include `AddressServiceConfig` and `TaxServiceConfig`. Customer-defined categories begin with `X-`.
-
setCategory
public void setCategory(java.lang.String value)
Setter for category The category of the configuration setting. Avalara-defined categories include `AddressServiceConfig` and `TaxServiceConfig`. Customer-defined categories begin with `X-`.
-
getName
public java.lang.String getName()
Getter for name The name of the configuration setting
-
setName
public void setName(java.lang.String value)
Setter for name The name of the configuration setting
-
getValue
public java.lang.String getValue()
Getter for value The current value of the configuration setting
-
setValue
public void setValue(java.lang.String value)
Setter for value The current value of the configuration setting
-
getCreatedDate
public java.util.Date getCreatedDate()
Getter for createdDate The date when this record was created.
-
setCreatedDate
public void setCreatedDate(java.util.Date value)
Setter for createdDate The date when this record was created.
-
getCreatedUserId
public java.lang.Integer getCreatedUserId()
Getter for createdUserId The User ID of the user who created this record.
-
setCreatedUserId
public void setCreatedUserId(java.lang.Integer value)
Setter for createdUserId The User ID of the user who created this record.
-
getModifiedDate
public java.util.Date getModifiedDate()
Getter for modifiedDate The date/time when this record was last modified.
-
setModifiedDate
public void setModifiedDate(java.util.Date value)
Setter for modifiedDate The date/time when this record was last modified.
-
getModifiedUserId
public java.lang.Integer getModifiedUserId()
Getter for modifiedUserId The user ID of the user who last modified this record.
-
setModifiedUserId
public void setModifiedUserId(java.lang.Integer value)
Setter for modifiedUserId The user ID of the user who last modified this record.
-
toString
public java.lang.String toString()
Returns a JSON string representation of CompanyConfigurationModel- Overrides:
toStringin classjava.lang.Object
-
-