Class ManagedActionHistoryItem
- All Implemented Interfaces:
Serializable
,Cloneable
The record of a completed or failed managed action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
A description of the managed action.A unique identifier for the managed action.The type of the managed action.The date and time that the action started executing.If the action failed, a description of the failure.If the action failed, the type of failure.The date and time that the action finished executing.The status of the action.int
hashCode()
void
setActionDescription
(String actionDescription) A description of the managed action.void
setActionId
(String actionId) A unique identifier for the managed action.void
setActionType
(ActionType actionType) The type of the managed action.void
setActionType
(String actionType) The type of the managed action.void
setExecutedTime
(Date executedTime) The date and time that the action started executing.void
setFailureDescription
(String failureDescription) If the action failed, a description of the failure.void
setFailureType
(FailureType failureType) If the action failed, the type of failure.void
setFailureType
(String failureType) If the action failed, the type of failure.void
setFinishedTime
(Date finishedTime) The date and time that the action finished executing.void
setStatus
(ActionHistoryStatus status) The status of the action.void
The status of the action.toString()
Returns a string representation of this object; useful for testing and debugging.withActionDescription
(String actionDescription) A description of the managed action.withActionId
(String actionId) A unique identifier for the managed action.withActionType
(ActionType actionType) The type of the managed action.withActionType
(String actionType) The type of the managed action.withExecutedTime
(Date executedTime) The date and time that the action started executing.withFailureDescription
(String failureDescription) If the action failed, a description of the failure.withFailureType
(FailureType failureType) If the action failed, the type of failure.withFailureType
(String failureType) If the action failed, the type of failure.withFinishedTime
(Date finishedTime) The date and time that the action finished executing.withStatus
(ActionHistoryStatus status) The status of the action.withStatus
(String status) The status of the action.
-
Constructor Details
-
ManagedActionHistoryItem
public ManagedActionHistoryItem()
-
-
Method Details
-
setActionId
A unique identifier for the managed action.
- Parameters:
actionId
- A unique identifier for the managed action.
-
getActionId
A unique identifier for the managed action.
- Returns:
- A unique identifier for the managed action.
-
withActionId
A unique identifier for the managed action.
- Parameters:
actionId
- A unique identifier for the managed action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setActionType
The type of the managed action.
- Parameters:
actionType
- The type of the managed action.- See Also:
-
getActionType
The type of the managed action.
- Returns:
- The type of the managed action.
- See Also:
-
withActionType
The type of the managed action.
- Parameters:
actionType
- The type of the managed action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setActionType
The type of the managed action.
- Parameters:
actionType
- The type of the managed action.- See Also:
-
withActionType
The type of the managed action.
- Parameters:
actionType
- The type of the managed action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setActionDescription
A description of the managed action.
- Parameters:
actionDescription
- A description of the managed action.
-
getActionDescription
A description of the managed action.
- Returns:
- A description of the managed action.
-
withActionDescription
A description of the managed action.
- Parameters:
actionDescription
- A description of the managed action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setFailureType
If the action failed, the type of failure.
- Parameters:
failureType
- If the action failed, the type of failure.- See Also:
-
getFailureType
If the action failed, the type of failure.
- Returns:
- If the action failed, the type of failure.
- See Also:
-
withFailureType
If the action failed, the type of failure.
- Parameters:
failureType
- If the action failed, the type of failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setFailureType
If the action failed, the type of failure.
- Parameters:
failureType
- If the action failed, the type of failure.- See Also:
-
withFailureType
If the action failed, the type of failure.
- Parameters:
failureType
- If the action failed, the type of failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setStatus
The status of the action.
- Parameters:
status
- The status of the action.- See Also:
-
getStatus
The status of the action.
- Returns:
- The status of the action.
- See Also:
-
withStatus
The status of the action.
- Parameters:
status
- The status of the action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setStatus
The status of the action.
- Parameters:
status
- The status of the action.- See Also:
-
withStatus
The status of the action.
- Parameters:
status
- The status of the action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setFailureDescription
If the action failed, a description of the failure.
- Parameters:
failureDescription
- If the action failed, a description of the failure.
-
getFailureDescription
If the action failed, a description of the failure.
- Returns:
- If the action failed, a description of the failure.
-
withFailureDescription
If the action failed, a description of the failure.
- Parameters:
failureDescription
- If the action failed, a description of the failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setExecutedTime
The date and time that the action started executing.
- Parameters:
executedTime
- The date and time that the action started executing.
-
getExecutedTime
The date and time that the action started executing.
- Returns:
- The date and time that the action started executing.
-
withExecutedTime
The date and time that the action started executing.
- Parameters:
executedTime
- The date and time that the action started executing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setFinishedTime
The date and time that the action finished executing.
- Parameters:
finishedTime
- The date and time that the action finished executing.
-
getFinishedTime
The date and time that the action finished executing.
- Returns:
- The date and time that the action finished executing.
-
withFinishedTime
The date and time that the action finished executing.
- Parameters:
finishedTime
- The date and time that the action finished executing.- 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
-