Class MessageResponseDto
java.lang.Object
esendex.sdk.java.model.transfer.Dto
esendex.sdk.java.model.transfer.message.MessageResponseDto
A MessageResponse is the base class for all Message responses.
This class directly holds the parsed xml data. Subclasses should
merely allow selective access.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBatch()
getBody()
Gets the body.Gets the deliveredat.Gets the direction.getFrom()
Gets the from.Gets the laststatusat.getParts()
Gets the parts.Gets the readat.Gets the readby.Gets the receivedat.Gets the reference.Gets the sentat.Gets the status.Gets the submittedat.Gets the summary.getTo()
Gets the to.getType()
Gets the type.Gets the username.toString()
-
Constructor Details
-
MessageResponseDto
public MessageResponseDto()
-
-
Method Details
-
getReference
Gets the reference.- Returns:
- the reference
-
getStatus
Gets the status.- Returns:
- the status
-
getSentat
Gets the sentat.- Returns:
- the sentat
-
getDeliveredat
Gets the deliveredat.- Returns:
- the deliveredat
-
getReceivedat
Gets the receivedat.- Returns:
- the receivedat
-
getType
Gets the type.- Returns:
- the type
-
getTo
Gets the to.- Returns:
- the to
-
getFrom
Gets the from.- Returns:
- the from
-
getLaststatusat
Gets the laststatusat.- Returns:
- the laststatusat
-
getSubmittedat
Gets the submittedat.- Returns:
- the submittedat
-
getSummary
Gets the summary.- Returns:
- the summary
-
getBody
Gets the body.- Returns:
- the body
-
getDirection
Gets the direction.- Returns:
- the direction
-
getParts
Gets the parts.- Returns:
- the parts
-
getUsername
Gets the username.- Returns:
- the username
-
getReadat
Gets the readat.- Returns:
- the readat
-
getReadby
Gets the readby.- Returns:
- the readby
-
getFailureReason
-
toString
-
getBatch
-