Package org.opennms.netmgt.enlinkd.snmp
Class CiscoVtpVlanTableTracker.CiscoVtpVlanRow
- java.lang.Object
-
- org.opennms.netmgt.snmp.SnmpRowResult
-
- org.opennms.netmgt.enlinkd.snmp.CiscoVtpVlanTableTracker.CiscoVtpVlanRow
-
- Enclosing class:
- CiscoVtpVlanTableTracker
public static class CiscoVtpVlanTableTracker.CiscoVtpVlanRow extends SnmpRowResult
-
-
Constructor Summary
Constructors Constructor Description CiscoVtpVlanRow(int columnCount, SnmpInstId instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getVlanIndex()
String
getVlanName()
VlanStatus
getVlanStatus()
VlanType
getVlanType()
boolean
isStatusOperational()
boolean
isTypeEthernet()
-
Methods inherited from class org.opennms.netmgt.snmp.SnmpRowResult
addResult, getColumnCount, getInstance, getResults, getValue, isComplete, toString
-
-
-
-
Constructor Detail
-
CiscoVtpVlanRow
public CiscoVtpVlanRow(int columnCount, SnmpInstId instance)
-
-
Method Detail
-
getVlanStatus
public VlanStatus getVlanStatus()
-
getVlanType
public VlanType getVlanType()
-
getVlanIndex
public Integer getVlanIndex()
-
getVlanName
public String getVlanName()
-
isStatusOperational
public boolean isStatusOperational()
-
isTypeEthernet
public boolean isTypeEthernet()
-
-