Package org.opennms.netmgt.enlinkd.snmp
Class Dot1dTpFdbTableTracker.Dot1dTpFdbRow
- java.lang.Object
-
- org.opennms.netmgt.snmp.SnmpRowResult
-
- org.opennms.netmgt.enlinkd.snmp.Dot1dTpFdbTableTracker.Dot1dTpFdbRow
-
- Enclosing class:
- Dot1dTpFdbTableTracker
public static class Dot1dTpFdbTableTracker.Dot1dTpFdbRow extends SnmpRowResult
-
-
Constructor Summary
Constructors Constructor Description Dot1dTpFdbRow(int columnCount, SnmpInstId instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDot1dTpFdbAddress()
getDot1dTpFdbAddressInteger
getDot1dTpFdbPort()
getDot1dTpFdbPortInteger
getDot1dTpFdbStatus()
getDot1dTpFdbStatusBridgeForwardingTableEntry
getLink()
-
Methods inherited from class org.opennms.netmgt.snmp.SnmpRowResult
addResult, getColumnCount, getInstance, getResults, getValue, isComplete, toString
-
-
-
-
Constructor Detail
-
Dot1dTpFdbRow
public Dot1dTpFdbRow(int columnCount, SnmpInstId instance)
-
-
Method Detail
-
getDot1dTpFdbAddress
public String getDot1dTpFdbAddress()
getDot1dTpFdbAddress
- Returns:
- a
String
object.
-
getDot1dTpFdbPort
public Integer getDot1dTpFdbPort()
getDot1dTpFdbPort
- Returns:
- a int.
-
getDot1dTpFdbStatus
public Integer getDot1dTpFdbStatus()
getDot1dTpFdbStatus
- Returns:
- a int.
-
getLink
public BridgeForwardingTableEntry getLink()
-
-