|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.server.snmp.types.SnmpValue
com.caucho.server.snmp.types.UnsignedIntegerValue
public abstract class UnsignedIntegerValue
Field Summary | |
---|---|
protected long |
_value
|
Fields inherited from class com.caucho.server.snmp.types.SnmpValue |
---|
COUNTER, EOC, GAUGE, GET_NEXT_REQUEST_PDU, GET_REQUEST_PDU, GET_RESPONSE_PDU, INTEGER, IP_ADDRESS, NULL, OBJECT_IDENTIFIER, OCTET_STRING, OPAQUE, SEQUENCE, SET_REQUEST_PDU, TIME_TICKS, TRAP_PDU |
Constructor Summary | |
---|---|
UnsignedIntegerValue(long value)
|
Method Summary | |
---|---|
long |
getLong()
|
void |
toAsn1(java.lang.StringBuilder sb)
|
java.lang.String |
toString()
|
Methods inherited from class com.caucho.server.snmp.types.SnmpValue |
---|
create, create, create, getString, getType, header, toAsn1, typeName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected long _value
Constructor Detail |
---|
public UnsignedIntegerValue(long value)
Method Detail |
---|
public long getLong()
getLong
in class SnmpValue
public void toAsn1(java.lang.StringBuilder sb)
toAsn1
in class SnmpValue
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |