public class SnmpRowResult extends Object
Constructor and Description |
---|
SnmpRowResult(int columnCount,
SnmpInstId instance) |
Modifier and Type | Method and Description |
---|---|
void |
addResult(SnmpObjId column,
SnmpResult result) |
int |
getColumnCount() |
SnmpInstId |
getInstance() |
List<SnmpResult> |
getResults() |
SnmpValue |
getValue(SnmpObjId base) |
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 SnmpInstId getInstance()
Copyright © 2021. All rights reserved.