org.jsmpp.bean
Class QuerySmResp
java.lang.Object
org.jsmpp.bean.Command
org.jsmpp.bean.QuerySmResp
public class QuerySmResp
- extends Command
- Author:
- uudashr
Methods inherited from class org.jsmpp.bean.Command |
getCommandId, getCommandIdAsHex, getCommandLength, getCommandStatus, getCommandStatusAsHex, getSequenceNumber, setCommandId, setCommandLength, setCommandStatus, setSequenceNumber, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
QuerySmResp
public QuerySmResp()
getErrorCode
public byte getErrorCode()
- Returns:
- the errorCode
setErrorCode
public void setErrorCode(byte errorCode)
- Parameters:
errorCode
- the errorCode to set
getFinalDate
public java.lang.String getFinalDate()
- Returns:
- the finalDate
setFinalDate
public void setFinalDate(java.lang.String finalDate)
- Parameters:
finalDate
- the finalDate to set
getMessageId
public java.lang.String getMessageId()
- Returns:
- the messageId
setMessageId
public void setMessageId(java.lang.String messageId)
- Parameters:
messageId
- the messageId to set
getMessageState
public MessageState getMessageState()
- Returns:
- the messageState
setMessageState
public void setMessageState(MessageState messageState)
- Parameters:
messageState
- the messageState to set
hashCode
public int hashCode()
- Overrides:
hashCode
in class Command
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class Command