Class ActionRevision
- All Implemented Interfaces:
Serializable
,Cloneable
Represents information about the version (or revision) of an action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The date and time when the most recent version of the action was created, in timestamp format.The unique identifier of the change that set the state to this revision, for example a deployment ID or timestamp.The system-generated unique ID that identifies the revision number of the action.int
hashCode()
void
setCreated
(Date created) The date and time when the most recent version of the action was created, in timestamp format.void
setRevisionChangeId
(String revisionChangeId) The unique identifier of the change that set the state to this revision, for example a deployment ID or timestamp.void
setRevisionId
(String revisionId) The system-generated unique ID that identifies the revision number of the action.toString()
Returns a string representation of this object; useful for testing and debugging.withCreated
(Date created) The date and time when the most recent version of the action was created, in timestamp format.withRevisionChangeId
(String revisionChangeId) The unique identifier of the change that set the state to this revision, for example a deployment ID or timestamp.withRevisionId
(String revisionId) The system-generated unique ID that identifies the revision number of the action.
-
Constructor Details
-
ActionRevision
public ActionRevision()
-
-
Method Details
-
setRevisionId
The system-generated unique ID that identifies the revision number of the action.
- Parameters:
revisionId
- The system-generated unique ID that identifies the revision number of the action.
-
getRevisionId
The system-generated unique ID that identifies the revision number of the action.
- Returns:
- The system-generated unique ID that identifies the revision number of the action.
-
withRevisionId
The system-generated unique ID that identifies the revision number of the action.
- Parameters:
revisionId
- The system-generated unique ID that identifies the revision number of the action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setRevisionChangeId
The unique identifier of the change that set the state to this revision, for example a deployment ID or timestamp.
- Parameters:
revisionChangeId
- The unique identifier of the change that set the state to this revision, for example a deployment ID or timestamp.
-
getRevisionChangeId
The unique identifier of the change that set the state to this revision, for example a deployment ID or timestamp.
- Returns:
- The unique identifier of the change that set the state to this revision, for example a deployment ID or timestamp.
-
withRevisionChangeId
The unique identifier of the change that set the state to this revision, for example a deployment ID or timestamp.
- Parameters:
revisionChangeId
- The unique identifier of the change that set the state to this revision, for example a deployment ID or timestamp.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCreated
The date and time when the most recent version of the action was created, in timestamp format.
- Parameters:
created
- The date and time when the most recent version of the action was created, in timestamp format.
-
getCreated
The date and time when the most recent version of the action was created, in timestamp format.
- Returns:
- The date and time when the most recent version of the action was created, in timestamp format.
-
withCreated
The date and time when the most recent version of the action was created, in timestamp format.
- Parameters:
created
- The date and time when the most recent version of the action was created, in timestamp format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-