org.jsmpp.bean
Class SubmitMultiResp

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

public class SubmitMultiResp
extends Command

Author:
uudashr

Field Summary
 
Fields inherited from class org.jsmpp.bean.Command
commandId, commandLength, commandStatus, sequenceNumber
 
Constructor Summary
SubmitMultiResp()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getMessageId()
           
 UnsuccessDelivery[] getUnsuccessSmes()
           
 int hashCode()
           
 void setMessageId(java.lang.String messageId)
           
 void setUnsuccessSmes(UnsuccessDelivery[] unsuccessSmes)
           
 
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

SubmitMultiResp

public SubmitMultiResp()
Method Detail

getMessageId

public java.lang.String getMessageId()

setMessageId

public void setMessageId(java.lang.String messageId)

getUnsuccessSmes

public UnsuccessDelivery[] getUnsuccessSmes()

setUnsuccessSmes

public void setUnsuccessSmes(UnsuccessDelivery[] unsuccessSmes)

hashCode

public int hashCode()
Overrides:
hashCode in class Command

equals

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