Class AccountGroupHistory

java.lang.Object
com.strongdm.api.AccountGroupHistory

public class AccountGroupHistory extends Object
AccountGroupHistory records the state of an AccountGroup at a given point in time, where every change (create, update and delete) to an AccountGroup produces an AccountGroupHistory record.
  • Constructor Details

    • AccountGroupHistory

      public AccountGroupHistory()
  • Method Details

    • getAccountGroup

      public AccountGroup getAccountGroup()
      The complete AccountGroup state at this time.
    • setAccountGroup

      public void setAccountGroup(AccountGroup in)
      The complete AccountGroup state at this time.
    • getActivityId

      public String getActivityId()
      The unique identifier of the Activity that produced this change to the AccountGroup. May be empty for some system-initiated updates.
    • setActivityId

      public void setActivityId(String in)
      The unique identifier of the Activity that produced this change to the AccountGroup. May be empty for some system-initiated updates.
    • getDeletedAt

      public Date getDeletedAt()
      If this AccountGroup was deleted, the time it was deleted.
    • setDeletedAt

      public void setDeletedAt(Date in)
      If this AccountGroup was deleted, the time it was deleted.
    • getTimestamp

      public Date getTimestamp()
      The time at which the AccountGroup state was recorded.
    • setTimestamp

      public void setTimestamp(Date in)
      The time at which the AccountGroup state was recorded.