public class IntegerValue extends SnmpValue
Modifier and Type | Field and Description |
---|---|
static IntegerValue |
ZERO |
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 |
---|
IntegerValue(int value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
long |
getLong() |
int |
getType() |
void |
toAsn1(java.lang.StringBuilder sb) |
java.lang.String |
toString() |
public static final IntegerValue ZERO