Class RemoteIdentityGroupHistory

java.lang.Object
com.strongdm.api.RemoteIdentityGroupHistory

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

    • RemoteIdentityGroupHistory

      public RemoteIdentityGroupHistory()
  • Method Details

    • getActivityId

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

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

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

      public RemoteIdentityGroup getRemoteIdentityGroup()
      The complete RemoteIdentityGroup state at this time.
    • setRemoteIdentityGroup

      public void setRemoteIdentityGroup(RemoteIdentityGroup in)
      The complete RemoteIdentityGroup state at this time.
    • getTimestamp

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

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