Package org.opennms.netmgt.enlinkd.model
Class CdpLinkTopologyEntity
- java.lang.Object
-
- org.opennms.netmgt.enlinkd.model.CdpLinkTopologyEntity
-
public class CdpLinkTopologyEntity extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCdpCacheAddress()StringgetCdpCacheDeviceId()StringgetCdpCacheDevicePort()IntegergetCdpCacheIfIndex()StringgetCdpInterfaceName()IntegergetId()IntegergetNodeId()StringgetNodeIdAsString()StringtoString()
-
-
-
Method Detail
-
getId
public Integer getId()
-
getNodeId
public Integer getNodeId()
-
getNodeIdAsString
public String getNodeIdAsString()
-
getCdpCacheIfIndex
public Integer getCdpCacheIfIndex()
-
getCdpInterfaceName
public String getCdpInterfaceName()
-
getCdpCacheAddress
public String getCdpCacheAddress()
-
getCdpCacheDevicePort
public String getCdpCacheDevicePort()
-
getCdpCacheDeviceId
public String getCdpCacheDeviceId()
-
-