Class AccountMigrationStatusModel
java.lang.Object
net.avalara.avatax.rest.client.models.AccountMigrationStatusModel
public class AccountMigrationStatusModel
extends java.lang.Object
An AvaTax account.
-
Constructor Summary
Constructors Constructor Description AccountMigrationStatusModel() -
Method Summary
Modifier and Type Method Description java.lang.IntegergetAccountId()Getter for accountId The unique ID number assigned to this account.java.lang.IntegergetAccountMigrationStatusId()Getter for accountMigrationStatusId The Tss Read Write Mode.java.lang.StringgetAccountName()Getter for accountName The name of this account.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.voidsetAccountId(java.lang.Integer value)Setter for accountId The unique ID number assigned to this account.voidsetAccountMigrationStatusId(java.lang.Integer value)Setter for accountMigrationStatusId The Tss Read Write Mode.voidsetAccountName(java.lang.String value)Setter for accountName The name of this account.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.java.lang.StringtoString()Returns a JSON string representation of AccountMigrationStatusModel
-
Constructor Details
-
AccountMigrationStatusModel
public AccountMigrationStatusModel()
-
-
Method Details
-
getAccountId
public java.lang.Integer getAccountId()Getter for accountId The unique ID number assigned to this account. -
setAccountId
public void setAccountId(java.lang.Integer value)Setter for accountId The unique ID number assigned to this account. -
getAccountName
public java.lang.String getAccountName()Getter for accountName The name of this account. -
setAccountName
public void setAccountName(java.lang.String value)Setter for accountName The name of this account. -
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. -
getAccountMigrationStatusId
public java.lang.Integer getAccountMigrationStatusId()Getter for accountMigrationStatusId The Tss Read Write Mode. -
setAccountMigrationStatusId
public void setAccountMigrationStatusId(java.lang.Integer value)Setter for accountMigrationStatusId The Tss Read Write Mode. -
toString
public java.lang.String toString()Returns a JSON string representation of AccountMigrationStatusModel- Overrides:
toStringin classjava.lang.Object
-