public class DeploymentStateCompletedStatusStopped extends DeploymentStateCompletedStatus
| Modifier and Type | Class and Description |
|---|---|
static class |
DeploymentStateCompletedStatusStopped.NameEnum |
| Constructor and Description |
|---|
DeploymentStateCompletedStatusStopped() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
DeploymentStateCompletedStatusStopped.NameEnum |
getName() |
int |
hashCode() |
DeploymentStateCompletedStatusStopped |
name(DeploymentStateCompletedStatusStopped.NameEnum name)
The name of the completed deployment status (STOPPED).
|
void |
setName(DeploymentStateCompletedStatusStopped.NameEnum name) |
java.lang.String |
toString() |
public DeploymentStateCompletedStatusStopped()
public DeploymentStateCompletedStatusStopped name(DeploymentStateCompletedStatusStopped.NameEnum name)
public DeploymentStateCompletedStatusStopped.NameEnum getName()
public void setName(DeploymentStateCompletedStatusStopped.NameEnum name)
public boolean equals(java.lang.Object o)
equals in class DeploymentStateCompletedStatuspublic int hashCode()
hashCode in class DeploymentStateCompletedStatuspublic java.lang.String toString()
toString in class DeploymentStateCompletedStatus