public class ChunkResponse
extends java.lang.Object
implements java.io.Serializable
StepContribution
.Constructor and Description |
---|
ChunkResponse(boolean status,
int sequence,
java.lang.Long jobId,
StepContribution stepContribution) |
ChunkResponse(boolean status,
int sequence,
java.lang.Long jobId,
StepContribution stepContribution,
java.lang.String message) |
ChunkResponse(boolean status,
int sequence,
java.lang.Long jobId,
StepContribution stepContribution,
java.lang.String message,
boolean redelivered) |
ChunkResponse(ChunkResponse input,
boolean redelivered) |
ChunkResponse(int sequence,
java.lang.Long jobId,
StepContribution stepContribution) |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getJobId() |
java.lang.String |
getMessage() |
int |
getSequence() |
StepContribution |
getStepContribution() |
boolean |
isRedelivered() |
boolean |
isSuccessful() |
java.lang.String |
toString() |
public ChunkResponse(int sequence, java.lang.Long jobId, StepContribution stepContribution)
public ChunkResponse(boolean status, int sequence, java.lang.Long jobId, StepContribution stepContribution)
public ChunkResponse(boolean status, int sequence, java.lang.Long jobId, StepContribution stepContribution, java.lang.String message)
public ChunkResponse(ChunkResponse input, boolean redelivered)
public ChunkResponse(boolean status, int sequence, java.lang.Long jobId, StepContribution stepContribution, java.lang.String message, boolean redelivered)
public StepContribution getStepContribution()
public java.lang.Long getJobId()
public int getSequence()
public boolean isSuccessful()
public boolean isRedelivered()
public java.lang.String getMessage()
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()