Class MIBTree.Table

java.lang.Object
org.snmp4j.agent.io.prop.MIBTree.Table
Enclosing class:
MIBTree

public static final class MIBTree.Table extends Object
The configured rows of a conceptual table (SMI table row entry).
Since:
3.9.2
Version:
3.9.2
Author:
SNMP4J.org
  • Method Details

    • getColumnCount

      public int getColumnCount()
      Returns:
      the number of columns configured per row.
    • getRows

      public List<MIBTree.Row> getRows()
      Returns:
      the configured rows (never null).