public interface IBatchStatus
Modifier and Type | Method and Description |
---|---|
int |
getCode()
Returns the status code associated with this batch status element.
|
java.lang.String |
getContent()
Returns the content of the batch status element.
|
ContentType |
getContentType()
Returns the content type associated with this status element.
|
java.lang.String |
getReason()
Returns the reason for the batch status.
|
int getCode()
java.lang.String getContent()
ContentType getContentType()
java.lang.String getReason()