public class StepSummary extends Object implements Serializable
The summary of the cluster step.
| Constructor and Description | 
|---|
| StepSummary() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object obj) | 
| String | getId()The identifier of the cluster step. | 
| String | getName()The name of the cluster step. | 
| StepStatus | getStatus()The current execution status details of the cluster step. | 
| int | hashCode() | 
| void | setId(String id)The identifier of the cluster step. | 
| void | setName(String name)The name of the cluster step. | 
| void | setStatus(StepStatus status)The current execution status details of the cluster step. | 
| String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| StepSummary | withId(String id)The identifier of the cluster step. | 
| StepSummary | withName(String name)The name of the cluster step. | 
| StepSummary | withStatus(StepStatus status)The current execution status details of the cluster step. | 
public String getId()
public void setId(String id)
id - The identifier of the cluster step.public StepSummary withId(String id)
Returns a reference to this object so that method calls can be chained together.
id - The identifier of the cluster step.public String getName()
public void setName(String name)
name - The name of the cluster step.public StepSummary withName(String name)
Returns a reference to this object so that method calls can be chained together.
name - The name of the cluster step.public StepStatus getStatus()
public void setStatus(StepStatus status)
status - The current execution status details of the cluster step.public StepSummary withStatus(StepStatus status)
Returns a reference to this object so that method calls can be chained together.
status - The current execution status details of the cluster step.public String toString()
toString in class ObjectObject.toString()Copyright © 2014. All rights reserved.