Class StepStateChangeReason
- All Implemented Interfaces:
Serializable
,Cloneable
The details of the step state change reason.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getCode()
The programmable code for the state change reason.The descriptive message for the state change reason.int
hashCode()
void
The programmable code for the state change reason.void
The programmable code for the state change reason.void
setMessage
(String message) The descriptive message for the state change reason.toString()
Returns a string representation of this object; useful for testing and debugging.The programmable code for the state change reason.The programmable code for the state change reason.withMessage
(String message) The descriptive message for the state change reason.
-
Constructor Details
-
StepStateChangeReason
public StepStateChangeReason()
-
-
Method Details
-
setCode
The programmable code for the state change reason. Note: Currently, the service provides no code for the state change.
- Parameters:
code
- The programmable code for the state change reason. Note: Currently, the service provides no code for the state change.- See Also:
-
getCode
The programmable code for the state change reason. Note: Currently, the service provides no code for the state change.
- Returns:
- The programmable code for the state change reason. Note: Currently, the service provides no code for the state change.
- See Also:
-
withCode
The programmable code for the state change reason. Note: Currently, the service provides no code for the state change.
- Parameters:
code
- The programmable code for the state change reason. Note: Currently, the service provides no code for the state change.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setCode
The programmable code for the state change reason. Note: Currently, the service provides no code for the state change.
- Parameters:
code
- The programmable code for the state change reason. Note: Currently, the service provides no code for the state change.- See Also:
-
withCode
The programmable code for the state change reason. Note: Currently, the service provides no code for the state change.
- Parameters:
code
- The programmable code for the state change reason. Note: Currently, the service provides no code for the state change.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setMessage
The descriptive message for the state change reason.
- Parameters:
message
- The descriptive message for the state change reason.
-
getMessage
The descriptive message for the state change reason.
- Returns:
- The descriptive message for the state change reason.
-
withMessage
The descriptive message for the state change reason.
- Parameters:
message
- The descriptive message for the state change reason.- 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
-