Class AccessRequestEventHistory

java.lang.Object
com.strongdm.api.AccessRequestEventHistory

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

    • AccessRequestEventHistory

      public AccessRequestEventHistory()
  • Method Details

    • getAccessRequestEvent

      public AccessRequestEvent getAccessRequestEvent()
      The complete AccessRequestEvent state at this time.
    • setAccessRequestEvent

      public void setAccessRequestEvent(AccessRequestEvent in)
      The complete AccessRequestEvent state at this time.
    • getActivityId

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

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

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

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

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