public class ChunkResponse extends Object implements Serializable
StepContribution
.Constructor and Description |
---|
ChunkResponse(boolean status,
int sequence,
Long jobId,
org.springframework.batch.core.StepContribution stepContribution) |
ChunkResponse(boolean status,
int sequence,
Long jobId,
org.springframework.batch.core.StepContribution stepContribution,
String message) |
ChunkResponse(boolean status,
int sequence,
Long jobId,
org.springframework.batch.core.StepContribution stepContribution,
String message,
boolean redelivered) |
ChunkResponse(ChunkResponse input,
boolean redelivered) |
ChunkResponse(int sequence,
Long jobId,
org.springframework.batch.core.StepContribution stepContribution) |
Modifier and Type | Method and Description |
---|---|
Long |
getJobId() |
String |
getMessage() |
int |
getSequence() |
org.springframework.batch.core.StepContribution |
getStepContribution() |
boolean |
isRedelivered() |
boolean |
isSuccessful() |
String |
toString() |
public ChunkResponse(int sequence, Long jobId, org.springframework.batch.core.StepContribution stepContribution)
public ChunkResponse(boolean status, int sequence, Long jobId, org.springframework.batch.core.StepContribution stepContribution)
public ChunkResponse(boolean status, int sequence, Long jobId, org.springframework.batch.core.StepContribution stepContribution, String message)
public ChunkResponse(ChunkResponse input, boolean redelivered)
public org.springframework.batch.core.StepContribution getStepContribution()
public Long getJobId()
public int getSequence()
public boolean isSuccessful()
public boolean isRedelivered()
public String getMessage()
public String toString()
toString
in class Object
Object.toString()
Copyright © 2015. All rights reserved.