public class Snmp4JValue extends AbstractSnmpValue
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 |
---|
Snmp4JValue(org.snmp4j.smi.Variable value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
byte[] |
getBytes() |
int |
getType() |
org.snmp4j.smi.Variable |
getVariable() |
int |
hashCode() |
boolean |
isDisplayable() |
boolean |
isEndOfMib() |
boolean |
isError() |
boolean |
isNull() |
boolean |
isNumeric() |
BigInteger |
toBigInteger() |
String |
toDisplayString() |
String |
toHexString() |
InetAddress |
toInetAddress() |
int |
toInt() |
long |
toLong() |
SnmpObjId |
toSnmpObjId() |
String |
toString() |
allBytesDisplayable, allBytesISO_8859_1, allBytesUTF_8
public byte[] getBytes()
public int getType()
public boolean isEndOfMib()
public boolean isNumeric()
public int toInt()
public long toLong()
public String toDisplayString()
public InetAddress toInetAddress()
public String toHexString()
public BigInteger toBigInteger()
public SnmpObjId toSnmpObjId()
public boolean isDisplayable()
public boolean isNull()
public org.snmp4j.smi.Variable getVariable()
public boolean isError()
Copyright © 2021. All rights reserved.