public class DeliveryReportRequest extends Request<DeliveryReportResponse>
Operation.Type| Constructor and Description |
|---|
DeliveryReportRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeliveryReportResponse |
createResponse() |
org.joda.time.DateTime |
getCreateDate() |
org.joda.time.DateTime |
getFinalDate() |
Integer |
getMessageErrorCode() |
DeliveryStatus |
getStatus() |
void |
setCreateDate(org.joda.time.DateTime createDate) |
void |
setFinalDate(org.joda.time.DateTime finalDate) |
void |
setMessageErrorCode(Integer messageErrorCode) |
void |
setStatus(DeliveryStatus value) |
String |
toString() |
void |
validate()
Validates the operation whether it contains all required properties
per the SXMP protocol specifications.
|
getAccount, getApplication, setAccount, setApplicationgetReferenceId, getTicketId, getType, getVersion, isRequest, isResponse, setReferenceId, setTicketIdpublic DeliveryReportResponse createResponse() throws SxmpErrorException
createResponse in class Request<DeliveryReportResponse>SxmpErrorExceptionpublic void setStatus(DeliveryStatus value)
public DeliveryStatus getStatus()
public org.joda.time.DateTime getCreateDate()
public void setCreateDate(org.joda.time.DateTime createDate)
public org.joda.time.DateTime getFinalDate()
public void setFinalDate(org.joda.time.DateTime finalDate)
public Integer getMessageErrorCode()
public void setMessageErrorCode(Integer messageErrorCode)
public void validate()
throws SxmpErrorException
Operationvalidate in class Request<DeliveryReportResponse>SxmpErrorException - Thrown if any required elements are missing.public String toString()
toString in class Request<DeliveryReportResponse>Copyright © 2016. All rights reserved.