Class AccountMigrationStatusModel
java.lang.Object
net.avalara.avatax.rest.client.models.AccountMigrationStatusModel
An AvaTax account.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for accountId The unique ID number assigned to this account.Getter for accountMigrationStatusId The Tss Read Write Mode.Getter for accountName The name of this account.Getter for modifiedDate The date/time when this record was last modified.Getter for modifiedUserId The user ID of the user who last modified this record.void
setAccountId
(Integer value) Setter for accountId The unique ID number assigned to this account.void
Setter for accountMigrationStatusId The Tss Read Write Mode.void
setAccountName
(String value) Setter for accountName The name of this account.void
setModifiedDate
(Date value) Setter for modifiedDate The date/time when this record was last modified.void
setModifiedUserId
(Integer value) Setter for modifiedUserId The user ID of the user who last modified this record.toString()
Returns a JSON string representation of AccountMigrationStatusModel
-
Constructor Details
-
AccountMigrationStatusModel
public AccountMigrationStatusModel()
-
-
Method Details
-
getAccountId
Getter for accountId The unique ID number assigned to this account. -
setAccountId
Setter for accountId The unique ID number assigned to this account. -
getAccountName
Getter for accountName The name of this account. -
setAccountName
Setter for accountName The name of this account. -
getModifiedDate
Getter for modifiedDate The date/time when this record was last modified. -
setModifiedDate
Setter for modifiedDate The date/time when this record was last modified. -
getModifiedUserId
Getter for modifiedUserId The user ID of the user who last modified this record. -
setModifiedUserId
Setter for modifiedUserId The user ID of the user who last modified this record. -
getAccountMigrationStatusId
Getter for accountMigrationStatusId The Tss Read Write Mode. -
setAccountMigrationStatusId
Setter for accountMigrationStatusId The Tss Read Write Mode. -
toString
Returns a JSON string representation of AccountMigrationStatusModel
-