public class StepStateChangeReason extends Object implements Serializable, Cloneable
The details of the step state change reason.
Constructor and Description |
---|
StepStateChangeReason() |
Modifier and Type | Method and Description |
---|---|
StepStateChangeReason |
clone() |
boolean |
equals(Object obj) |
String |
getCode()
The programmable code for the state change reason.
|
String |
getMessage()
The descriptive message for the state change reason.
|
int |
hashCode() |
void |
setCode(StepStateChangeReasonCode code)
The programmable code for the state change reason.
|
void |
setCode(String code)
The programmable code for the state change reason.
|
void |
setMessage(String message)
The descriptive message for the state change reason.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
StepStateChangeReason |
withCode(StepStateChangeReasonCode code)
The programmable code for the state change reason.
|
StepStateChangeReason |
withCode(String code)
The programmable code for the state change reason.
|
StepStateChangeReason |
withMessage(String message)
The descriptive message for the state change reason.
|
public void setCode(String code)
The programmable code for the state change reason. Note: Currently, the service provides no code for the state change.
code
- The programmable code for the state change reason. Note:
Currently, the service provides no code for the state change.StepStateChangeReasonCode
public String getCode()
The programmable code for the state change reason. Note: Currently, the service provides no code for the state change.
StepStateChangeReasonCode
public StepStateChangeReason withCode(String code)
The programmable code for the state change reason. Note: Currently, the service provides no code for the state change.
code
- The programmable code for the state change reason. Note:
Currently, the service provides no code for the state change.StepStateChangeReasonCode
public void setCode(StepStateChangeReasonCode code)
The programmable code for the state change reason. Note: Currently, the service provides no code for the state change.
code
- The programmable code for the state change reason. Note:
Currently, the service provides no code for the state change.StepStateChangeReasonCode
public StepStateChangeReason withCode(StepStateChangeReasonCode code)
The programmable code for the state change reason. Note: Currently, the service provides no code for the state change.
code
- The programmable code for the state change reason. Note:
Currently, the service provides no code for the state change.StepStateChangeReasonCode
public void setMessage(String message)
The descriptive message for the state change reason.
message
- The descriptive message for the state change reason.public String getMessage()
The descriptive message for the state change reason.
public StepStateChangeReason withMessage(String message)
The descriptive message for the state change reason.
message
- The descriptive message for the state change reason.public String toString()
toString
in class Object
Object.toString()
public StepStateChangeReason clone()
Copyright © 2016. All rights reserved.