org.jsmpp.bean
Class BindResp
java.lang.Object
org.jsmpp.bean.Command
org.jsmpp.bean.BindResp
public class BindResp
- extends Command
This class represent SMPP bind response command.
- Version:
- 1.0
- Author:
- uudashr
Constructor Summary |
BindResp()
Default constructor. |
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 |
BindResp
public BindResp()
- Default constructor.
getSystemId
public java.lang.String getSystemId()
- Get the system_id.
- Returns:
- the system_id.
setSystemId
public void setSystemId(java.lang.String systemId)
- Set the system_id.
- Parameters:
systemId
- is the system_id.
getOptionalParameters
public OptionalParameter[] getOptionalParameters()
setOptionalParameters
public void setOptionalParameters(OptionalParameter[] optionalParameters)
hashCode
public int hashCode()
- Overrides:
hashCode
in class Command
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class Command