Class SnmpCell

java.lang.Object
org.snmp4j.model.snmp.spi.SnmpCell

public class SnmpCell extends Object
The SnmpCell class represents the coordinates of a cell in a proxy table, see SnmpTableRO.
Author:
Frank Fock
  • Constructor Details

    • SnmpCell

      public SnmpCell(int row, int column, org.snmp4j.smi.OID oid, org.snmp4j.smi.OID rowIndex)
  • Method Details

    • getRow

      public int getRow()
    • getColumn

      public int getColumn()
    • getOid

      public org.snmp4j.smi.OID getOid()
    • getRowIndex

      public org.snmp4j.smi.OID getRowIndex()
    • toString

      public String toString()
      Overrides:
      toString in class Object