|
HOME | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ireasoning.protocol.snmp.SnmpNull
This class represents Snmp NULL object.
Fields inherited from interface com.ireasoning.protocol.snmp.SnmpDataType |
BITS, BITSTRING, COUNTER32, COUNTER64, END_OF_MIB_VIEW, END_OF_MIB_VIEW_OBJECT, GAUGE32, INTEGER, IPADDRESS, NO_SUCH_INSTANCE, NO_SUCH_INSTANCE_OBJECT, NO_SUCH_OBJECT, NO_SUCH_OBJECT_OBJECT, NULL, OCTETSTRING, OID, OPAQUE, PDU, SEQUENCE, SEQUENCEOF, TIMETICKS, UNSIGNED32, VARBIND |
Fields inherited from interface com.ireasoning.protocol.Msg |
ERROR_TYPE |
Constructor Summary | |
SnmpNull()
Default constructor |
|
SnmpNull(SnmpNull obj)
Makes a copy of passed SnmpNull object |
Method Summary | |
SnmpDataType |
copy()
Makes a copy of itself |
int |
encode(com.ireasoning.protocol.snmp.SnmpEncoder encoder)
For internal use |
boolean |
equals(Object obj)
Indicates whether some other object is "equal to" this one. |
int |
getType()
Returns SnmpDataType.NULL |
String |
getTypeString()
Returns "Null" |
int |
hashCode()
Returns a hash code value for the object |
String |
toString()
Returns null object |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SnmpNull()
public SnmpNull(SnmpNull obj)
Method Detail |
public int getType()
getType
in interface SnmpDataType
com.ireasoning.protocol.snmp.SnmpDataType
public String getTypeString()
getTypeString
in interface SnmpDataType
public String toString()
toString
in class Object
public SnmpDataType copy()
SnmpDataType
copy
in interface SnmpDataType
com.ireasoning.protocol.snmp.SnmpDataType
public int encode(com.ireasoning.protocol.snmp.SnmpEncoder encoder) throws SnmpEncodingException
SnmpDataType
encode
in interface SnmpDataType
public boolean equals(Object obj)
SnmpDataType
equals
in interface SnmpDataType
equals
in class Object
com.ireasoning.protocol.snmp.SnmpDataType
public int hashCode()
SnmpDataType
hashCode
in interface SnmpDataType
hashCode
in class Object
com.ireasoning.protocol.snmp.SnmpDataType
|
HOME | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |