Class SnmpaNotification.SnmpVar

Object
com.tailf.notif.SnmpaNotification.SnmpVar
Enclosing class:
SnmpaNotification

public static class SnmpaNotification.SnmpVar extends Object
Class representing a SNMP variable
  • Constructor Details

    • SnmpVar

      public SnmpVar(String name, long[] oid, String column, long[] rowindex)
  • Method Details

    • getName

      public String getName()
    • getOID

      public long[] getOID()
    • getColumn

      public String getColumn()
    • getRowIndex

      public long[] getRowIndex()