Class GroupRoleHistory

java.lang.Object
com.strongdm.api.GroupRoleHistory

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

    • GroupRoleHistory

      public GroupRoleHistory()
  • Method Details

    • getActivityId

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

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

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

      public GroupRole getGroupRole()
      The complete GroupRole state at this time.
    • setGroupRole

      public void setGroupRole(GroupRole in)
      The complete GroupRole state at this time.
    • getTimestamp

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

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