Class AccountLicenseKeyModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.AccountLicenseKeyModel
-
public class AccountLicenseKeyModel extends java.lang.ObjectAn account user who is permitted to use AvaTax.
-
-
Constructor Summary
Constructors Constructor Description AccountLicenseKeyModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetAccountId()Getter for accountId AccountId for required license keyjava.util.DategetCreatedDate()Getter for createdDate The date when this record was created.java.lang.IntegergetCreatedUserId()Getter for createdUserId The user id for 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 user who last modified this record.java.lang.StringgetName()Getter for name The unique name for license key per accountvoidsetAccountId(java.lang.Integer value)Setter for accountId AccountId for required license keyvoidsetCreatedDate(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 for 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 user who last modified this record.voidsetName(java.lang.String value)Setter for name The unique name for license key per accountjava.lang.StringtoString()Returns a JSON string representation of AccountLicenseKeyModel
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Getter for name The unique name for license key per account
-
setName
public void setName(java.lang.String value)
Setter for name The unique name for license key per account
-
getAccountId
public java.lang.Integer getAccountId()
Getter for accountId AccountId for required license key
-
setAccountId
public void setAccountId(java.lang.Integer value)
Setter for accountId AccountId for required license key
-
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 for the user who created this record.
-
setCreatedUserId
public void setCreatedUserId(java.lang.Integer value)
Setter for createdUserId The user id for 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 user who last modified this record.
-
setModifiedUserId
public void setModifiedUserId(java.lang.Integer value)
Setter for modifiedUserId The user id of user who last modified this record.
-
toString
public java.lang.String toString()
Returns a JSON string representation of AccountLicenseKeyModel- Overrides:
toStringin classjava.lang.Object
-
-