Package org.opennms.netmgt.enlinkd.snmp
Class LldpRemTableTracker.LldpRemRow
- java.lang.Object
-
- org.opennms.netmgt.snmp.SnmpRowResult
-
- org.opennms.netmgt.enlinkd.snmp.LldpRemTableTracker.LldpRemRow
-
- Direct Known Subclasses:
MtxrLldpRemTableTracker.MtxrLldpRemRow
- Enclosing class:
- LldpRemTableTracker
public static class LldpRemTableTracker.LldpRemRow extends SnmpRowResult
-
-
Constructor Summary
Constructors Constructor Description LldpRemRow(int columnCount, SnmpInstId instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LldpLink
getLldpLink()
SnmpValue
getLldpRemChassisId()
Integer
getLldpRemChassisidSubtype()
Integer
getLldpRemIndex()
Integer
getLldpRemLocalPortNum()
String
getLldpRemPortDescr()
String
getLldpRemPortid()
Integer
getLldpRemPortidSubtype()
String
getLldpRemSysname()
Integer
getLldpRemTimeMark()
-
Methods inherited from class org.opennms.netmgt.snmp.SnmpRowResult
addResult, getColumnCount, getInstance, getResults, getValue, isComplete, toString
-
-
-
-
Constructor Detail
-
LldpRemRow
public LldpRemRow(int columnCount, SnmpInstId instance)
-
-
Method Detail
-
getLldpRemTimeMark
public Integer getLldpRemTimeMark()
-
getLldpRemLocalPortNum
public Integer getLldpRemLocalPortNum()
-
getLldpRemIndex
public Integer getLldpRemIndex()
-
getLldpRemChassisidSubtype
public Integer getLldpRemChassisidSubtype()
-
getLldpRemChassisId
public SnmpValue getLldpRemChassisId()
-
getLldpRemPortidSubtype
public Integer getLldpRemPortidSubtype()
-
getLldpRemPortid
public String getLldpRemPortid()
-
getLldpRemPortDescr
public String getLldpRemPortDescr()
-
getLldpRemSysname
public String getLldpRemSysname()
-
getLldpLink
public LldpLink getLldpLink()
-
-