public class StepExecutionRequest
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
StepExecutionRequest(java.lang.String stepName,
java.lang.Long jobExecutionId,
java.lang.Long stepExecutionId)
Create a new
StepExecutionRequest instance. |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getJobExecutionId() |
java.lang.Long |
getStepExecutionId() |
java.lang.String |
getStepName() |
java.lang.String |
toString() |
public StepExecutionRequest(java.lang.String stepName, java.lang.Long jobExecutionId, java.lang.Long stepExecutionId)
StepExecutionRequest
instance.stepName
- the name of the step to executejobExecutionId
- the id of the job executionstepExecutionId
- the id of the step execution