public class StopDeploymentResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Represents the output of a stop deployment operation.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
status
The status of the stop deployment operation:
|
private java.lang.String |
statusMessage
An accompanying status message.
|
Constructor and Description |
---|
StopDeploymentResult() |
Modifier and Type | Method and Description |
---|---|
StopDeploymentResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getStatus()
The status of the stop deployment operation:
|
java.lang.String |
getStatusMessage()
An accompanying status message.
|
int |
hashCode() |
void |
setStatus(StopStatus status)
The status of the stop deployment operation:
|
void |
setStatus(java.lang.String status)
The status of the stop deployment operation:
|
void |
setStatusMessage(java.lang.String statusMessage)
An accompanying status message.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
StopDeploymentResult |
withStatus(StopStatus status)
The status of the stop deployment operation:
|
StopDeploymentResult |
withStatus(java.lang.String status)
The status of the stop deployment operation:
|
StopDeploymentResult |
withStatusMessage(java.lang.String statusMessage)
An accompanying status message.
|
private java.lang.String status
The status of the stop deployment operation:
private java.lang.String statusMessage
An accompanying status message.
public void setStatus(java.lang.String status)
The status of the stop deployment operation:
status
- The status of the stop deployment operation:
StopStatus
public java.lang.String getStatus()
The status of the stop deployment operation:
StopStatus
public StopDeploymentResult withStatus(java.lang.String status)
The status of the stop deployment operation:
status
- The status of the stop deployment operation:
StopStatus
public void setStatus(StopStatus status)
The status of the stop deployment operation:
status
- The status of the stop deployment operation:
StopStatus
public StopDeploymentResult withStatus(StopStatus status)
The status of the stop deployment operation:
status
- The status of the stop deployment operation:
StopStatus
public void setStatusMessage(java.lang.String statusMessage)
An accompanying status message.
statusMessage
- An accompanying status message.public java.lang.String getStatusMessage()
An accompanying status message.
public StopDeploymentResult withStatusMessage(java.lang.String statusMessage)
An accompanying status message.
statusMessage
- An accompanying status message.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public StopDeploymentResult clone()
clone
in class java.lang.Object