org.jsmpp.session
Class QuerySmResult

java.lang.Object
  extended by org.jsmpp.session.QuerySmResult

public class QuerySmResult
extends java.lang.Object

Result of query short message.

Since:
1.0
Version:
1.0
Author:
uudashr

Constructor Summary
QuerySmResult(java.lang.String finalDate, MessageState messageState, byte errorCode)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 byte getErrorCode()
           
 java.lang.String getFinalDate()
           
 MessageState getMessageState()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuerySmResult

public QuerySmResult(java.lang.String finalDate,
                     MessageState messageState,
                     byte errorCode)
Method Detail

getErrorCode

public byte getErrorCode()
Returns:
the errorCode

getFinalDate

public java.lang.String getFinalDate()
Returns:
the finalDate

getMessageState

public MessageState getMessageState()
Returns:
the messageState

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object