public class StepExecutionInfoResource
extends org.springframework.hateoas.ResourceSupport
Constructor and Description |
---|
StepExecutionInfoResource() |
StepExecutionInfoResource(java.lang.Long jobExecutionId,
org.springframework.batch.core.StepExecution stepExecution,
java.lang.String stepType) |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getJobExecutionId() |
org.springframework.batch.core.StepExecution |
getStepExecution() |
java.lang.String |
getStepType() |
public StepExecutionInfoResource(java.lang.Long jobExecutionId, org.springframework.batch.core.StepExecution stepExecution, java.lang.String stepType)
jobExecutionId
- Must not be nullstepExecution
- Must not be nullpublic StepExecutionInfoResource()
public java.lang.Long getJobExecutionId()
public org.springframework.batch.core.StepExecution getStepExecution()
public java.lang.String getStepType()