public abstract class UnsignedIntegerValue extends SnmpValue
Modifier and Type | Field and Description |
---|---|
protected long |
_value |
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 and Description |
---|
UnsignedIntegerValue(long value) |
Modifier and Type | Method and Description |
---|---|
long |
getLong() |
void |
toAsn1(java.lang.StringBuilder sb) |
java.lang.String |
toString() |