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.Integer getAccountId()
    Getter for accountId The unique ID number assigned to this account.
    java.lang.Integer getAccountMigrationStatusId()
    Getter for accountMigrationStatusId The Tss Read Write Mode.
    java.lang.String getAccountName()
    Getter for accountName The name of this account.
    java.util.Date getModifiedDate()
    Getter for modifiedDate The date/time when this record was last modified.
    java.lang.Integer getModifiedUserId()
    Getter for modifiedUserId The user ID of the user who last modified this record.
    void setAccountId​(java.lang.Integer value)
    Setter for accountId The unique ID number assigned to this account.
    void setAccountMigrationStatusId​(java.lang.Integer value)
    Setter for accountMigrationStatusId The Tss Read Write Mode.
    void setAccountName​(java.lang.String value)
    Setter for accountName The name of this account.
    void setModifiedDate​(java.util.Date value)
    Setter for modifiedDate The date/time when this record was last modified.
    void setModifiedUserId​(java.lang.Integer value)
    Setter for modifiedUserId The user ID of the user who last modified this record.
    java.lang.String toString()
    Returns a JSON string representation of AccountMigrationStatusModel

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • 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:
      toString in class java.lang.Object