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