Package org.opennms.netmgt.enlinkd.snmp
Class MtxrLldpLocalTableTracker.LldpLocalPortRow
- java.lang.Object
-
- org.opennms.netmgt.snmp.SnmpRowResult
-
- org.opennms.netmgt.enlinkd.snmp.MtxrLldpLocalTableTracker.LldpLocalPortRow
-
- Enclosing class:
- MtxrLldpLocalTableTracker
public static class MtxrLldpLocalTableTracker.LldpLocalPortRow extends SnmpRowResult
-
-
Constructor Summary
Constructors Constructor Description LldpLocalPortRow(int columnCount, SnmpInstId instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LldpUtils.LldpPortIdSubType
getLldpLocalPortIdSubtype()
String
getLldpLocPortDesc()
String
getLldpLocPortId()
Integer
getMtxrIndex()
-
Methods inherited from class org.opennms.netmgt.snmp.SnmpRowResult
addResult, getColumnCount, getInstance, getResults, getValue, isComplete, toString
-
-
-
-
Constructor Detail
-
LldpLocalPortRow
public LldpLocalPortRow(int columnCount, SnmpInstId instance)
-
-
Method Detail
-
getMtxrIndex
public Integer getMtxrIndex()
-
getLldpLocalPortIdSubtype
public LldpUtils.LldpPortIdSubType getLldpLocalPortIdSubtype()
-
getLldpLocPortId
public String getLldpLocPortId()
-
getLldpLocPortDesc
public String getLldpLocPortDesc()
-
-