public class StepDetail extends Object implements Serializable
Combines the execution state and configuration of a step.
Constructor and Description |
---|
StepDetail()
Default constructor for a new StepDetail object.
|
StepDetail(StepConfig stepConfig,
StepExecutionStatusDetail executionStatusDetail)
Constructs a new StepDetail object.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public StepDetail()
public StepDetail(StepConfig stepConfig, StepExecutionStatusDetail executionStatusDetail)
stepConfig
- The step configuration.executionStatusDetail
- The description of the step status.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()
Copyright © 2014. All rights reserved.