Package org.opennms.netmgt.enlinkd.snmp
Class CdpCacheTableTracker.CdpCacheRow
- java.lang.Object
-
- org.opennms.netmgt.snmp.SnmpRowResult
-
- org.opennms.netmgt.enlinkd.snmp.CdpCacheTableTracker.CdpCacheRow
-
- Enclosing class:
- CdpCacheTableTracker
public class CdpCacheTableTracker.CdpCacheRow extends SnmpRowResult
-
-
Constructor Summary
Constructors Constructor Description CdpCacheRow(int columnCount, SnmpInstId instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getCdpCacheAddress()
getCdpCacheAddressString
getCdpCacheAddressString()
Integer
getCdpCacheAddressType()
getCdpCacheAddressTypeString
getCdpCacheDeviceId()
getCdpCacheDeviceIdInteger
getCdpCacheDeviceIndex()
String
getCdpCacheDevicePort()
getCdpCacheDevicePortInteger
getCdpCacheIfIndex()
"Normally, the ifIndex value of the local interface.String
getCdpCachePlatform()
String
getCdpCacheVersion()
CdpLink
getLink()
-
Methods inherited from class org.opennms.netmgt.snmp.SnmpRowResult
addResult, getColumnCount, getInstance, getResults, getValue, isComplete, toString
-
-
-
-
Constructor Detail
-
CdpCacheRow
public CdpCacheRow(int columnCount, SnmpInstId instance)
-
-
Method Detail
-
getCdpCacheIfIndex
public Integer getCdpCacheIfIndex()
"Normally, the ifIndex value of the local interface. For 802.3 Repeaters for which the repeater ports do not have ifIndex values assigned, this value is a unique value for the port, and greater than any ifIndex value supported by the repeater; the specific port number in this case, is given by the corresponding value of cdpInterfacePort."
-
getCdpCacheDeviceIndex
public Integer getCdpCacheDeviceIndex()
-
getCdpCacheAddressType
public Integer getCdpCacheAddressType()
getCdpCacheAddressType
- Returns:
- a int.
-
getCdpCacheAddress
public byte[] getCdpCacheAddress()
getCdpCacheAddress
- Returns:
- a
String
object.
-
getCdpCacheAddressString
public String getCdpCacheAddressString()
-
getCdpCacheVersion
public String getCdpCacheVersion()
-
getCdpCacheDeviceId
public String getCdpCacheDeviceId()
getCdpCacheDeviceId
- Returns:
- a
String
object.
-
getCdpCacheDevicePort
public String getCdpCacheDevicePort()
getCdpCacheDevicePort
- Returns:
- a
String
object.
-
getCdpCachePlatform
public String getCdpCachePlatform()
-
getLink
public CdpLink getLink()
-
-