Class ConfigurationRecorderStatus
- All Implemented Interfaces:
Serializable
,Cloneable
The current status of the configuration recorder.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The error code indicating that the recording failed.The message indicating that the recording failed due to an error.The time the recorder was last started.The last (previous) status of the recorder.The time when the status was last changed.The time the recorder was last stopped.getName()
The name of the configuration recorder.Specifies whether the recorder is currently recording or not.int
hashCode()
Specifies whether the recorder is currently recording or not.void
setLastErrorCode
(String lastErrorCode) The error code indicating that the recording failed.void
setLastErrorMessage
(String lastErrorMessage) The message indicating that the recording failed due to an error.void
setLastStartTime
(Date lastStartTime) The time the recorder was last started.void
setLastStatus
(RecorderStatus lastStatus) The last (previous) status of the recorder.void
setLastStatus
(String lastStatus) The last (previous) status of the recorder.void
setLastStatusChangeTime
(Date lastStatusChangeTime) The time when the status was last changed.void
setLastStopTime
(Date lastStopTime) The time the recorder was last stopped.void
The name of the configuration recorder.void
setRecording
(Boolean recording) Specifies whether the recorder is currently recording or not.toString()
Returns a string representation of this object; useful for testing and debugging.withLastErrorCode
(String lastErrorCode) The error code indicating that the recording failed.withLastErrorMessage
(String lastErrorMessage) The message indicating that the recording failed due to an error.withLastStartTime
(Date lastStartTime) The time the recorder was last started.withLastStatus
(RecorderStatus lastStatus) The last (previous) status of the recorder.withLastStatus
(String lastStatus) The last (previous) status of the recorder.withLastStatusChangeTime
(Date lastStatusChangeTime) The time when the status was last changed.withLastStopTime
(Date lastStopTime) The time the recorder was last stopped.The name of the configuration recorder.withRecording
(Boolean recording) Specifies whether the recorder is currently recording or not.
-
Constructor Details
-
ConfigurationRecorderStatus
public ConfigurationRecorderStatus()
-
-
Method Details
-
setName
The name of the configuration recorder.
- Parameters:
name
- The name of the configuration recorder.
-
getName
The name of the configuration recorder.
- Returns:
- The name of the configuration recorder.
-
withName
The name of the configuration recorder.
- Parameters:
name
- The name of the configuration recorder.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setLastStartTime
The time the recorder was last started.
- Parameters:
lastStartTime
- The time the recorder was last started.
-
getLastStartTime
The time the recorder was last started.
- Returns:
- The time the recorder was last started.
-
withLastStartTime
The time the recorder was last started.
- Parameters:
lastStartTime
- The time the recorder was last started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setLastStopTime
The time the recorder was last stopped.
- Parameters:
lastStopTime
- The time the recorder was last stopped.
-
getLastStopTime
The time the recorder was last stopped.
- Returns:
- The time the recorder was last stopped.
-
withLastStopTime
The time the recorder was last stopped.
- Parameters:
lastStopTime
- The time the recorder was last stopped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setRecording
Specifies whether the recorder is currently recording or not.
- Parameters:
recording
- Specifies whether the recorder is currently recording or not.
-
getRecording
Specifies whether the recorder is currently recording or not.
- Returns:
- Specifies whether the recorder is currently recording or not.
-
withRecording
Specifies whether the recorder is currently recording or not.
- Parameters:
recording
- Specifies whether the recorder is currently recording or not.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isRecording
Specifies whether the recorder is currently recording or not.
- Returns:
- Specifies whether the recorder is currently recording or not.
-
setLastStatus
The last (previous) status of the recorder.
- Parameters:
lastStatus
- The last (previous) status of the recorder.- See Also:
-
getLastStatus
The last (previous) status of the recorder.
- Returns:
- The last (previous) status of the recorder.
- See Also:
-
withLastStatus
The last (previous) status of the recorder.
- Parameters:
lastStatus
- The last (previous) status of the recorder.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setLastStatus
The last (previous) status of the recorder.
- Parameters:
lastStatus
- The last (previous) status of the recorder.- See Also:
-
withLastStatus
The last (previous) status of the recorder.
- Parameters:
lastStatus
- The last (previous) status of the recorder.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setLastErrorCode
The error code indicating that the recording failed.
- Parameters:
lastErrorCode
- The error code indicating that the recording failed.
-
getLastErrorCode
The error code indicating that the recording failed.
- Returns:
- The error code indicating that the recording failed.
-
withLastErrorCode
The error code indicating that the recording failed.
- Parameters:
lastErrorCode
- The error code indicating that the recording failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setLastErrorMessage
The message indicating that the recording failed due to an error.
- Parameters:
lastErrorMessage
- The message indicating that the recording failed due to an error.
-
getLastErrorMessage
The message indicating that the recording failed due to an error.
- Returns:
- The message indicating that the recording failed due to an error.
-
withLastErrorMessage
The message indicating that the recording failed due to an error.
- Parameters:
lastErrorMessage
- The message indicating that the recording failed due to an error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setLastStatusChangeTime
The time when the status was last changed.
- Parameters:
lastStatusChangeTime
- The time when the status was last changed.
-
getLastStatusChangeTime
The time when the status was last changed.
- Returns:
- The time when the status was last changed.
-
withLastStatusChangeTime
The time when the status was last changed.
- Parameters:
lastStatusChangeTime
- The time when the status was last changed.- 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
-