public class SnmpCell extends Object
SnmpCell class represents the coordinates of a cell in a proxy table, see
SnmpTableRO.| Constructor | Description |
|---|---|
SnmpCell(int row,
int column,
org.snmp4j.smi.OID oid,
org.snmp4j.smi.OID rowIndex) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
getColumn() |
|
org.snmp4j.smi.OID |
getOid() |
|
int |
getRow() |
|
org.snmp4j.smi.OID |
getRowIndex() |
|
String |
toString() |
Copyright © 2020 SNMP4J.org. All rights reserved.