Class AccountGrantHistory

java.lang.Object
com.strongdm.api.AccountGrantHistory

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

    • AccountGrantHistory

      public AccountGrantHistory()
  • Method Details

    • getAccountGrant

      public AccountGrant getAccountGrant()
      The complete AccountGrant state at this time.
    • setAccountGrant

      public void setAccountGrant(AccountGrant in)
      The complete AccountGrant state at this time.
    • getActivityId

      public String getActivityId()
      The unique identifier of the Activity that produced this change to the AccountGrant. 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 AccountGrant. May be empty for some system-initiated updates.
    • getDeletedAt

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

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

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

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