public class StopDeploymentResult extends Object implements Serializable, Cloneable
Represents the output of a stop deployment operation.
Constructor and Description |
---|
StopDeploymentResult() |
Modifier and Type | Method and Description |
---|---|
StopDeploymentResult |
clone() |
boolean |
equals(Object obj) |
String |
getStatus()
The status of the stop deployment operation:
|
String |
getStatusMessage()
An accompanying status message.
|
int |
hashCode() |
void |
setStatus(StopStatus status)
The status of the stop deployment operation:
|
void |
setStatus(String status)
The status of the stop deployment operation:
|
void |
setStatusMessage(String statusMessage)
An accompanying status message.
|
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(String status)
The status of the stop deployment operation:
|
StopDeploymentResult |
withStatusMessage(String statusMessage)
An accompanying status message.
|
public void setStatus(String status)
The status of the stop deployment operation:
status
- The status of the stop deployment operation:
StopStatus
public String getStatus()
The status of the stop deployment operation:
StopStatus
public StopDeploymentResult withStatus(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(String statusMessage)
An accompanying status message.
statusMessage
- An accompanying status message.public String getStatusMessage()
An accompanying status message.
public StopDeploymentResult withStatusMessage(String statusMessage)
An accompanying status message.
statusMessage
- An accompanying status message.public String toString()
toString
in class Object
Object.toString()
public StopDeploymentResult clone()
Copyright © 2016. All rights reserved.