SNMP_COUNTER32, SNMP_COUNTER64, SNMP_END_OF_MIB, SNMP_GAUGE32, SNMP_INT32, SNMP_IPADDRESS, SNMP_NO_SUCH_INSTANCE, SNMP_NO_SUCH_OBJECT, SNMP_NULL, SNMP_OBJECT_IDENTIFIER, SNMP_OCTET_STRING, SNMP_OPAQUE, SNMP_TIMETICKS
Constructor and Description |
---|
AbstractSnmpValue(int type) |
Modifier and Type | Method and Description |
---|---|
int |
getType() |
boolean |
isEndOfMib() |
boolean |
isNumeric() |
BigInteger |
toBigInteger() |
String |
toDisplayString() |
String |
toHexString() |
InetAddress |
toInetAddress() |
int |
toInt() |
long |
toLong() |
SnmpObjId |
toSnmpObjId() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getBytes, isDisplayable, isError, isNull
public boolean isEndOfMib()
isEndOfMib
in interface SnmpValue
public String toDisplayString()
toDisplayString
in interface SnmpValue
public InetAddress toInetAddress()
toInetAddress
in interface SnmpValue
public String toHexString()
toHexString
in interface SnmpValue
public BigInteger toBigInteger()
toBigInteger
in interface SnmpValue
public SnmpObjId toSnmpObjId()
toSnmpObjId
in interface SnmpValue
Copyright © 2015. All Rights Reserved.