public class SnmpRowResult extends Object implements Comparable<SnmpRowResult>
Constructor and Description |
---|
SnmpRowResult(int columnCount,
SnmpInstId instance) |
Modifier and Type | Method and Description |
---|---|
void |
addResult(SnmpObjId column,
SnmpResult result) |
int |
compareTo(SnmpRowResult other) |
boolean |
equals(Object obj) |
int |
getColumnCount() |
SnmpInstId |
getInstance() |
List<SnmpResult> |
getResults() |
SnmpValue |
getValue(SnmpObjId base) |
int |
hashCode() |
boolean |
isComplete(SnmpObjId... ignoreColumns) |
String |
toString() |
public SnmpRowResult(int columnCount, SnmpInstId instance)
public boolean isComplete(SnmpObjId... ignoreColumns)
public int getColumnCount()
public List<SnmpResult> getResults()
public void addResult(SnmpObjId column, SnmpResult result)
public int compareTo(SnmpRowResult other)
compareTo
in interface Comparable<SnmpRowResult>
public SnmpInstId getInstance()
Copyright © 2015. All Rights Reserved.