org.opennms.netmgt.snmp
Class SnmpResult

java.lang.Object
  extended by org.opennms.netmgt.snmp.SnmpResult
All Implemented Interfaces:
java.lang.Comparable<SnmpResult>

public class SnmpResult
extends java.lang.Object
implements java.lang.Comparable<SnmpResult>


Constructor Summary
SnmpResult(SnmpObjId base, SnmpInstId instance, SnmpValue value)
           
 
Method Summary
 int compareTo(SnmpResult other)
           
 boolean equals(java.lang.Object obj)
           
 SnmpObjId getAbsoluteInstance()
           
 SnmpObjId getBase()
           
 SnmpInstId getInstance()
           
 SnmpValue getValue()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SnmpResult

public SnmpResult(SnmpObjId base,
                  SnmpInstId instance,
                  SnmpValue value)
Method Detail

getBase

public SnmpObjId getBase()

getInstance

public SnmpInstId getInstance()

getValue

public SnmpValue getValue()

getAbsoluteInstance

public SnmpObjId getAbsoluteInstance()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

compareTo

public int compareTo(SnmpResult other)
Specified by:
compareTo in interface java.lang.Comparable<SnmpResult>

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2010. All Rights Reserved.