org.jsmpp.bean
Class QuerySmResp

java.lang.Object
  extended by org.jsmpp.bean.Command
      extended by org.jsmpp.bean.QuerySmResp

public class QuerySmResp
extends Command

Author:
uudashr

Field Summary
 
Fields inherited from class org.jsmpp.bean.Command
commandId, commandLength, commandStatus, sequenceNumber
 
Constructor Summary
QuerySmResp()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 byte getErrorCode()
           
 java.lang.String getFinalDate()
           
 java.lang.String getMessageId()
           
 MessageState getMessageState()
           
 int hashCode()
           
 void setErrorCode(byte errorCode)
           
 void setFinalDate(java.lang.String finalDate)
           
 void setMessageId(java.lang.String messageId)
           
 void setMessageState(MessageState messageState)
           
 
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
 

Constructor Detail

QuerySmResp

public QuerySmResp()
Method Detail

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