Package com.strongdm.api
Class RemoteIdentityGroupHistory
java.lang.Object
com.strongdm.api.RemoteIdentityGroupHistory
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of the Activity that produced this change to the RemoteIdentityGroup.If this RemoteIdentityGroup was deleted, the time it was deleted.The complete RemoteIdentityGroup state at this time.The time at which the RemoteIdentityGroup state was recorded.void
setActivityId
(String in) The unique identifier of the Activity that produced this change to the RemoteIdentityGroup.void
setDeletedAt
(Date in) If this RemoteIdentityGroup was deleted, the time it was deleted.void
The complete RemoteIdentityGroup state at this time.void
setTimestamp
(Date in) The time at which the RemoteIdentityGroup state was recorded.
-
Constructor Details
-
RemoteIdentityGroupHistory
public RemoteIdentityGroupHistory()
-
-
Method Details
-
getActivityId
The unique identifier of the Activity that produced this change to the RemoteIdentityGroup. May be empty for some system-initiated updates. -
setActivityId
The unique identifier of the Activity that produced this change to the RemoteIdentityGroup. May be empty for some system-initiated updates. -
getDeletedAt
If this RemoteIdentityGroup was deleted, the time it was deleted. -
setDeletedAt
If this RemoteIdentityGroup was deleted, the time it was deleted. -
getRemoteIdentityGroup
The complete RemoteIdentityGroup state at this time. -
setRemoteIdentityGroup
The complete RemoteIdentityGroup state at this time. -
getTimestamp
The time at which the RemoteIdentityGroup state was recorded. -
setTimestamp
The time at which the RemoteIdentityGroup state was recorded.
-