public class DeploymentStateCompletedStatusSuccessful extends DeploymentStateCompletedStatus
| Modifier and Type | Class and Description |
|---|---|
static class |
DeploymentStateCompletedStatusSuccessful.NameEnum |
| Constructor and Description |
|---|
DeploymentStateCompletedStatusSuccessful() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
DeploymentStateCompletedStatusSuccessful.NameEnum |
getName() |
int |
hashCode() |
DeploymentStateCompletedStatusSuccessful |
name(DeploymentStateCompletedStatusSuccessful.NameEnum name)
The name of the completed deployment status (SUCCESSFUL).
|
void |
setName(DeploymentStateCompletedStatusSuccessful.NameEnum name) |
java.lang.String |
toString() |
public DeploymentStateCompletedStatusSuccessful()
public DeploymentStateCompletedStatusSuccessful name(DeploymentStateCompletedStatusSuccessful.NameEnum name)
public DeploymentStateCompletedStatusSuccessful.NameEnum getName()
public void setName(DeploymentStateCompletedStatusSuccessful.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