public class StepExecutionResource extends org.springframework.hateoas.RepresentationModel<StepExecutionResource>
Modifier and Type | Class and Description |
---|---|
static class |
StepExecutionResource.Page |
Constructor and Description |
---|
StepExecutionResource(Long jobExecutionId,
org.springframework.batch.core.StepExecution stepExecution,
String stepType,
String schemaTarget)
Create a new StepExecutionResource
|
Modifier and Type | Method and Description |
---|---|
Long |
getJobExecutionId() |
String |
getSchemaTarget() |
org.springframework.batch.core.StepExecution |
getStepExecution() |
String |
getStepType() |
public StepExecutionResource(Long jobExecutionId, org.springframework.batch.core.StepExecution stepExecution, String stepType, String schemaTarget)
jobExecutionId
- the job execution id, must not be nullstepExecution
- the step execution, must not be nullstepType
- the step typepublic Long getJobExecutionId()
public org.springframework.batch.core.StepExecution getStepExecution()
public String getStepType()
public String getSchemaTarget()
Copyright © 2024 Pivotal Software, Inc.. All rights reserved.