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 String
getCdpCacheAddress()
String
getCdpCacheDeviceId()
String
getCdpCacheDevicePort()
Integer
getCdpCacheIfIndex()
String
getCdpInterfaceName()
Integer
getId()
Integer
getNodeId()
String
getNodeIdAsString()
String
toString()
-
-
-
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()
-
-