org.jsmpp.bean
Class DeliverSmResp

java.lang.Object
  extended by org.jsmpp.bean.Command
      extended by org.jsmpp.bean.AbstractSmRespCommand
          extended by org.jsmpp.bean.DeliverSmResp

public class DeliverSmResp
extends AbstractSmRespCommand

This class represent SMPP deliver short message command.

Version:
1.0
Author:
uudashr

Field Summary
 
Fields inherited from class org.jsmpp.bean.Command
commandId, commandLength, commandStatus, sequenceNumber
 
Constructor Summary
DeliverSmResp()
          Default constructor.
 
Method Summary
 
Methods inherited from class org.jsmpp.bean.AbstractSmRespCommand
equals, getMessageId, hashCode, setMessageId
 
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

DeliverSmResp

public DeliverSmResp()
Default constructor.