Package org.opennms.netmgt.snmp
Class SnmpResult
- java.lang.Object
-
- org.opennms.netmgt.snmp.SnmpResult
-
- All Implemented Interfaces:
Comparable<SnmpResult>
public class SnmpResult extends Object implements Comparable<SnmpResult>
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
SnmpResult()
SnmpResult(SnmpObjId base, SnmpInstId instance, SnmpValue value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(SnmpResult other)
boolean
equals(Object obj)
SnmpObjId
getAbsoluteInstance()
SnmpObjId
getBase()
SnmpInstId
getInstance()
SnmpValue
getValue()
int
hashCode()
void
setBase(SnmpObjId base)
void
setInstance(SnmpInstId instance)
void
setValue(SnmpValue value)
String
toString()
-
-
-
Constructor Detail
-
SnmpResult
protected SnmpResult()
-
SnmpResult
public SnmpResult(SnmpObjId base, SnmpInstId instance, SnmpValue value)
-
-
Method Detail
-
getBase
public SnmpObjId getBase()
-
setBase
public void setBase(SnmpObjId base)
-
getInstance
public SnmpInstId getInstance()
-
setInstance
public void setInstance(SnmpInstId instance)
-
getValue
public SnmpValue getValue()
-
setValue
public void setValue(SnmpValue value)
-
getAbsoluteInstance
public SnmpObjId getAbsoluteInstance()
-
compareTo
public int compareTo(SnmpResult other)
- Specified by:
compareTo
in interfaceComparable<SnmpResult>
-
-