|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.elasticmapreduce.model.StepDetail
public class StepDetail
Combines the execution state and configuration of a step.
Constructor Summary | |
---|---|
StepDetail()
Default constructor for a new StepDetail object. |
|
StepDetail(StepConfig stepConfig,
StepExecutionStatusDetail executionStatusDetail)
Constructs a new StepDetail object. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
StepExecutionStatusDetail |
getExecutionStatusDetail()
The description of the step status. |
StepConfig |
getStepConfig()
The step configuration. |
int |
hashCode()
|
void |
setExecutionStatusDetail(StepExecutionStatusDetail executionStatusDetail)
The description of the step status. |
void |
setStepConfig(StepConfig stepConfig)
The step configuration. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
StepDetail |
withExecutionStatusDetail(StepExecutionStatusDetail executionStatusDetail)
The description of the step status. |
StepDetail |
withStepConfig(StepConfig stepConfig)
The step configuration. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public StepDetail()
public StepDetail(StepConfig stepConfig, StepExecutionStatusDetail executionStatusDetail)
stepConfig
- The step configuration.executionStatusDetail
- The description of the step status.Method Detail |
---|
public StepConfig getStepConfig()
public void setStepConfig(StepConfig stepConfig)
stepConfig
- The step configuration.public StepDetail withStepConfig(StepConfig stepConfig)
Returns a reference to this object so that method calls can be chained together.
stepConfig
- The step configuration.
public StepExecutionStatusDetail getExecutionStatusDetail()
public void setExecutionStatusDetail(StepExecutionStatusDetail executionStatusDetail)
executionStatusDetail
- The description of the step status.public StepDetail withExecutionStatusDetail(StepExecutionStatusDetail executionStatusDetail)
Returns a reference to this object so that method calls can be chained together.
executionStatusDetail
- The description of the step status.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |