org.jsmpp.bean
Class EnquireLink

java.lang.Object
  extended by org.jsmpp.bean.Command
      extended by org.jsmpp.bean.EnquireLink
All Implemented Interfaces:
java.io.Serializable

public class EnquireLink
extends Command

Author:
uudashr
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Fields inherited from class org.jsmpp.bean.Command
commandId, commandLength, commandStatus, sequenceNumber
 
Constructor Summary
EnquireLink()
           
EnquireLink(int sequenceNumber)
           
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

EnquireLink

public EnquireLink(int sequenceNumber)

EnquireLink

public EnquireLink()