Package com.strongdm.api
Class AccountGrantHistory
java.lang.Object
com.strongdm.api.AccountGrantHistory
AccountGrantHistory records the state of an AccountGrant at a given point in time,
 where every change (create or delete) to an AccountGrant produces an
 AccountGrantHistory record.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionThe complete AccountGrant state at this time.The unique identifier of the Activity that produced this change to the AccountGrant.If this AccountGrant was deleted, the time it was deleted.The time at which the AccountGrant state was recorded.voidThe complete AccountGrant state at this time.voidsetActivityId(String in) The unique identifier of the Activity that produced this change to the AccountGrant.voidsetDeletedAt(Date in) If this AccountGrant was deleted, the time it was deleted.voidsetTimestamp(Date in) The time at which the AccountGrant state was recorded.
- 
Constructor Details- 
AccountGrantHistorypublic AccountGrantHistory()
 
- 
- 
Method Details- 
getAccountGrantThe complete AccountGrant state at this time.
- 
setAccountGrantThe complete AccountGrant state at this time.
- 
getActivityIdThe unique identifier of the Activity that produced this change to the AccountGrant. May be empty for some system-initiated updates.
- 
setActivityIdThe unique identifier of the Activity that produced this change to the AccountGrant. May be empty for some system-initiated updates.
- 
getDeletedAtIf this AccountGrant was deleted, the time it was deleted.
- 
setDeletedAtIf this AccountGrant was deleted, the time it was deleted.
- 
getTimestampThe time at which the AccountGrant state was recorded.
- 
setTimestampThe time at which the AccountGrant state was recorded.
 
-