Package org.opennms.netmgt.enlinkd.snmp
Class Dot1dStpPortTableTracker.Dot1dStpPortRow
- java.lang.Object
-
- org.opennms.netmgt.snmp.SnmpRowResult
-
- org.opennms.netmgt.enlinkd.snmp.Dot1dStpPortTableTracker.Dot1dStpPortRow
-
- Enclosing class:
- Dot1dStpPortTableTracker
public static class Dot1dStpPortTableTracker.Dot1dStpPortRow extends SnmpRowResult
-
-
Constructor Summary
Constructors Constructor Description Dot1dStpPortRow(int columnCount, SnmpInstId instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integer
getDot1dStpPort()
getDot1dStpPortjava.lang.String
getDot1dStpPortDesignatedBridge()
getDot1dStpPortDesignatedBridgejava.lang.Integer
getDot1dStpPortDesignatedCost()
java.lang.String
getDot1dStpPortDesignatedPort()
getDot1dStpPortDesignatedPortjava.lang.String
getDot1dStpPortDesignatedRoot()
java.lang.Integer
getDot1dStpPortEnable()
getDot1dStpPortEnablejava.lang.Integer
getDot1dStpPortPathCost()
java.lang.Integer
getDot1dStpPortPriority()
java.lang.Integer
getDot1dStpPortState()
getDot1dStpPortStateBridgeStpLink
getLink()
-
Methods inherited from class org.opennms.netmgt.snmp.SnmpRowResult
addResult, getColumnCount, getInstance, getResults, getValue, isComplete, toString
-
-
-
-
Constructor Detail
-
Dot1dStpPortRow
public Dot1dStpPortRow(int columnCount, SnmpInstId instance)
-
-
Method Detail
-
getDot1dStpPort
public java.lang.Integer getDot1dStpPort()
getDot1dStpPort
- Returns:
- a int.
-
getDot1dStpPortPriority
public java.lang.Integer getDot1dStpPortPriority()
-
getDot1dStpPortState
public java.lang.Integer getDot1dStpPortState()
getDot1dStpPortState
- Returns:
- a int.
-
getDot1dStpPortEnable
public java.lang.Integer getDot1dStpPortEnable()
getDot1dStpPortEnable
- Returns:
- a int.
-
getDot1dStpPortPathCost
public java.lang.Integer getDot1dStpPortPathCost()
-
getDot1dStpPortDesignatedRoot
public java.lang.String getDot1dStpPortDesignatedRoot()
-
getDot1dStpPortDesignatedCost
public java.lang.Integer getDot1dStpPortDesignatedCost()
-
getDot1dStpPortDesignatedBridge
public java.lang.String getDot1dStpPortDesignatedBridge()
getDot1dStpPortDesignatedBridge
BridgeId ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "The Bridge-Identifier, as used in the Spanning Tree Protocol, to uniquely identify a bridge. Its first two octets (in network byte order) contain a priority value, and its last 6 octets contain the MAC address used to refer to a bridge in a unique fashion (typically, the numerically smallest MAC address of all ports on the bridge)." SYNTAX OCTET STRING (SIZE (8))- Returns:
- a
String
object.
-
getDot1dStpPortDesignatedPort
public java.lang.String getDot1dStpPortDesignatedPort()
getDot1dStpPortDesignatedPort
- Returns:
- a
String
object.
-
getLink
public BridgeStpLink getLink()
-
-