Class AccountMigrationStatusModel


  • public class AccountMigrationStatusModel
    extends java.lang.Object
    An AvaTax account.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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 Detail

      • AccountMigrationStatusModel

        public AccountMigrationStatusModel()
    • Method Detail

      • 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