org.mobicents.slee.resources.smpp.pdu
Class QuerySMRespImpl
java.lang.Object
org.mobicents.slee.resources.smpp.pdu.PDUImpl
org.mobicents.slee.resources.smpp.pdu.QuerySMRespImpl
- All Implemented Interfaces:
- java.io.Serializable, PDU, QuerySMResp, SmppResponse, ExtSmppResponse
public class QuerySMRespImpl
- extends PDUImpl
- implements QuerySMResp, ExtSmppResponse
- Author:
- amit bhayani
- See Also:
- Serialized Form
| Methods inherited from class org.mobicents.slee.resources.smpp.pdu.PDUImpl |
addTLV, convertProtoAddress, convertProtoDate, convertProtoErrorAddress, equals, getAllTLVs, getCommandId, getCommandStatus, getSequenceNum, getValue, hashCode, hasTLV, removeTLV, setSequenceNum |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
QuerySMRespImpl
public QuerySMRespImpl(org.mobicents.protocols.smpp.message.QuerySMResp querySMResp)
QuerySMRespImpl
public QuerySMRespImpl(long sequenceNumber)
getErrorCode
public int getErrorCode()
- Specified by:
getErrorCode in interface QuerySMResp
getFinalDate
public SMPPDate getFinalDate()
- Specified by:
getFinalDate in interface QuerySMResp
getMessageID
public java.lang.String getMessageID()
- Specified by:
getMessageID in interface QuerySMResp
getMessageState
public int getMessageState()
- Specified by:
getMessageState in interface QuerySMResp
setErrorCode
public void setErrorCode(int errorCode)
- Specified by:
setErrorCode in interface QuerySMResp
setFinalDate
public void setFinalDate(SMPPDate date)
- Specified by:
setFinalDate in interface QuerySMResp
setMessageID
public void setMessageID(java.lang.String messageID)
- Specified by:
setMessageID in interface QuerySMResp
setMessageState
public void setMessageState(int messageState)
- Specified by:
setMessageState in interface QuerySMResp
isTLVPermitted
public boolean isTLVPermitted(Tag tag)
- Specified by:
isTLVPermitted in interface PDU
getSMPPPacket
public org.mobicents.protocols.smpp.message.SMPPPacket getSMPPPacket()
- Specified by:
getSMPPPacket in interface ExtSmppResponse
Copyright © 2011. All Rights Reserved.