org.opennms.netmgt.snmp
Class SnmpRowResult

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

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


Constructor Summary
SnmpRowResult(int columnCount, SnmpInstId instance)
           
 
Method Summary
 void addResult(SnmpObjId column, SnmpResult result)
           
 int compareTo(SnmpRowResult other)
           
 boolean equals(java.lang.Object obj)
           
 int getColumnCount()
           
 SnmpInstId getInstance()
           
 java.util.List<SnmpResult> getResults()
           
 SnmpValue getValue(SnmpObjId base)
           
 int hashCode()
           
 boolean isComplete(SnmpObjId... ignoreColumns)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SnmpRowResult

public SnmpRowResult(int columnCount,
                     SnmpInstId instance)
Method Detail

isComplete

public boolean isComplete(SnmpObjId... ignoreColumns)

getColumnCount

public int getColumnCount()

getResults

public java.util.List<SnmpResult> getResults()

addResult

public void addResult(SnmpObjId column,
                      SnmpResult result)

toString

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

compareTo

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

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

getInstance

public SnmpInstId getInstance()

getValue

public SnmpValue getValue(SnmpObjId base)
Parameters:
base -
Returns:


Copyright © 2010. All Rights Reserved.