public class SnmpResult extends Object implements Comparable<SnmpResult>
Constructor and Description |
---|
SnmpResult(SnmpObjId base,
SnmpInstId instance,
SnmpValue value) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(SnmpResult other) |
SnmpObjId |
getAbsoluteInstance() |
SnmpObjId |
getBase() |
SnmpInstId |
getInstance() |
SnmpValue |
getValue() |
String |
toString() |
public SnmpResult(SnmpObjId base, SnmpInstId instance, SnmpValue value)
public SnmpObjId getBase()
public SnmpInstId getInstance()
public SnmpValue getValue()
public SnmpObjId getAbsoluteInstance()
public int compareTo(SnmpResult other)
compareTo
in interface Comparable<SnmpResult>
Copyright © 2017. All rights reserved.