net.java.slee.resources.smpp.pdu
Interface QuerySMResp
- All Superinterfaces:
- PDU, java.io.Serializable, SmppResponse
public interface QuerySMResp
- extends SmppResponse
The MC returns a query_sm_resp PDU as a means of indicating the result of a
message query attempt. The PDU will indicate the success or failure of the
attempt and for successful attempts will also include the current state of
the message.
- Author:
- amit bhayani
getMessageID
java.lang.String getMessageID()
setMessageID
void setMessageID(java.lang.String messageID)
getFinalDate
SMPPDate getFinalDate()
setFinalDate
void setFinalDate(SMPPDate date)
getMessageState
int getMessageState()
- Returns:
- See Also:
MessageState
setMessageState
void setMessageState(int messageState)
getErrorCode
int getErrorCode()
setErrorCode
void setErrorCode(int errorCode)
Copyright © 2011. All Rights Reserved.