Class SnmpRow

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

public class SnmpRow extends Object
The SnmpProxyRow object represents a row of a SNMP table. Such a row can contain columnar objects from different SMI tables, but those rows all have a common index value (oid suffix after the respective table OID).
Author:
Frank Fock
  • Constructor Details

    • SnmpRow

      public SnmpRow(org.snmp4j.smi.OID index, List<org.snmp4j.smi.VariableBinding> variableBindings)
  • Method Details

    • getIndex

      public org.snmp4j.smi.OID getIndex()
    • getVariableBindings

      public List<org.snmp4j.smi.VariableBinding> getVariableBindings()
    • getColumn

      public org.snmp4j.smi.Variable getColumn(org.snmp4j.smi.OID columnOID)
    • toString

      public String toString()
      Overrides:
      toString in class Object