Package com.strongdm.api
Class OrganizationHistoryRecord
java.lang.Object
com.strongdm.api.OrganizationHistoryRecord
OrganizationHistoryRecord records the state of an Organization at a given point in time,
where every change to an Organization produces an OrganizationHistoryRecord.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of the Activity that produced this change to the Organization.The complete Organization state at this time.The time at which the Organization state was recorded.void
setActivityId
(String in) The unique identifier of the Activity that produced this change to the Organization.void
The complete Organization state at this time.void
setTimestamp
(Date in) The time at which the Organization state was recorded.
-
Constructor Details
-
OrganizationHistoryRecord
public OrganizationHistoryRecord()
-
-
Method Details
-
getActivityId
The unique identifier of the Activity that produced this change to the Organization. May be empty for some system-initiated organization updates. -
setActivityId
The unique identifier of the Activity that produced this change to the Organization. May be empty for some system-initiated organization updates. -
getOrganization
The complete Organization state at this time. -
setOrganization
The complete Organization state at this time. -
getTimestamp
The time at which the Organization state was recorded. -
setTimestamp
The time at which the Organization state was recorded.
-