org.jsmpp.bean
Class EnquireLinkResp

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

public class EnquireLinkResp
extends Command

Author:
uudashr

Field Summary
 
Fields inherited from class org.jsmpp.bean.Command
commandId, commandLength, commandStatus, sequenceNumber
 
Constructor Summary
EnquireLinkResp()
           
 
Method Summary
 
Methods inherited from class org.jsmpp.bean.Command
equals, getCommandId, getCommandIdAsHex, getCommandLength, getCommandStatus, getCommandStatusAsHex, getSequenceNumber, hashCode, setCommandId, setCommandLength, setCommandStatus, setSequenceNumber, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EnquireLinkResp

public EnquireLinkResp()