Package com.strongdm.api
Class AccountAttachmentHistory
java.lang.Object
com.strongdm.api.AccountAttachmentHistory
AccountAttachmentHistory records the state of an AccountAttachment at a given point in time,
where every change (create or delete) to an AccountAttachment produces an
AccountAttachmentHistory record.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe complete AccountAttachment state at this time.The unique identifier of the Activity that produced this change to the AccountAttachment.If this AccountAttachment was deleted, the time it was deleted.The time at which the AccountAttachment state was recorded.void
The complete AccountAttachment state at this time.void
setActivityId
(String in) The unique identifier of the Activity that produced this change to the AccountAttachment.void
setDeletedAt
(Date in) If this AccountAttachment was deleted, the time it was deleted.void
setTimestamp
(Date in) The time at which the AccountAttachment state was recorded.
-
Constructor Details
-
AccountAttachmentHistory
public AccountAttachmentHistory()
-
-
Method Details
-
getAccountAttachment
The complete AccountAttachment state at this time. -
setAccountAttachment
The complete AccountAttachment state at this time. -
getActivityId
The unique identifier of the Activity that produced this change to the AccountAttachment. May be empty for some system-initiated updates. -
setActivityId
The unique identifier of the Activity that produced this change to the AccountAttachment. May be empty for some system-initiated updates. -
getDeletedAt
If this AccountAttachment was deleted, the time it was deleted. -
setDeletedAt
If this AccountAttachment was deleted, the time it was deleted. -
getTimestamp
The time at which the AccountAttachment state was recorded. -
setTimestamp
The time at which the AccountAttachment state was recorded.
-