public class PipelineStepStateCompletedStopped extends PipelineStepStateCompletedResult
| Modifier and Type | Class and Description |
|---|---|
static class |
PipelineStepStateCompletedStopped.NameEnum |
| Constructor and Description |
|---|
PipelineStepStateCompletedStopped() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
PipelineStepStateCompletedStopped.NameEnum |
getName() |
int |
hashCode() |
PipelineStepStateCompletedStopped |
name(PipelineStepStateCompletedStopped.NameEnum name)
The name of the result (STOPPED)
|
void |
setName(PipelineStepStateCompletedStopped.NameEnum name) |
java.lang.String |
toString() |
public PipelineStepStateCompletedStopped name(PipelineStepStateCompletedStopped.NameEnum name)
public PipelineStepStateCompletedStopped.NameEnum getName()
public void setName(PipelineStepStateCompletedStopped.NameEnum name)
public boolean equals(java.lang.Object o)
equals in class PipelineStepStateCompletedResultpublic int hashCode()
hashCode in class PipelineStepStateCompletedResultpublic java.lang.String toString()
toString in class PipelineStepStateCompletedResult