|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.snmpadaptor4j.object.SnmpTrapData
public final class SnmpTrapData
Object representing a data of a SNMP trap.
Constructor Summary | |
---|---|
SnmpTrapData(SnmpDataType type,
Object value)
Constructor. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
SnmpDataType |
getType()
Returns the SNMP data type. |
Object |
getValue()
Returns the value of data. |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SnmpTrapData(SnmpDataType type, Object value)
type
- SNMP data type.value
- Value of data.Method Detail |
---|
public SnmpDataType getType()
public Object getValue()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |