Package org.opennms.web.enlinkd
Class CdpLinkNode
- java.lang.Object
-
- org.opennms.web.enlinkd.CdpLinkNode
-
- All Implemented Interfaces:
Comparable<CdpLinkNode>
public class CdpLinkNode extends Object implements Comparable<CdpLinkNode>
-
-
Constructor Summary
Constructors Constructor Description CdpLinkNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(CdpLinkNode o)
String
getCdpCacheDevice()
String
getCdpCacheDevicePort()
String
getCdpCacheDevicePortUrl()
String
getCdpCacheDeviceUrl()
String
getCdpCachePlatform()
String
getCdpCreateTime()
String
getCdpLastPollTime()
String
getCdpLocalPort()
String
getCdpLocalPortUrl()
void
setCdpCacheDevice(String cdpCacheDevice)
void
setCdpCacheDevicePort(String cdpCacheDevicePort)
void
setCdpCacheDevicePortUrl(String cdpCacheDevicePortUrl)
void
setCdpCacheDeviceUrl(String cdpCacheDeviceUrl)
void
setCdpCachePlatform(String cdpCachePlatform)
void
setCdpCreateTime(String cdpCreateTime)
void
setCdpLastPollTime(String cdpLastPollTime)
void
setCdpLocalPort(String cdpLocalPort)
void
setCdpLocalPortUrl(String cdplocalPortUrl)
-
-
-
Method Detail
-
getCdpLocalPort
public String getCdpLocalPort()
-
setCdpLocalPort
public void setCdpLocalPort(String cdpLocalPort)
-
getCdpLocalPortUrl
public String getCdpLocalPortUrl()
-
setCdpLocalPortUrl
public void setCdpLocalPortUrl(String cdplocalPortUrl)
-
getCdpCacheDevice
public String getCdpCacheDevice()
-
setCdpCacheDevice
public void setCdpCacheDevice(String cdpCacheDevice)
-
getCdpCacheDeviceUrl
public String getCdpCacheDeviceUrl()
-
setCdpCacheDeviceUrl
public void setCdpCacheDeviceUrl(String cdpCacheDeviceUrl)
-
getCdpCacheDevicePort
public String getCdpCacheDevicePort()
-
setCdpCacheDevicePort
public void setCdpCacheDevicePort(String cdpCacheDevicePort)
-
getCdpCacheDevicePortUrl
public String getCdpCacheDevicePortUrl()
-
setCdpCacheDevicePortUrl
public void setCdpCacheDevicePortUrl(String cdpCacheDevicePortUrl)
-
getCdpCachePlatform
public String getCdpCachePlatform()
-
setCdpCachePlatform
public void setCdpCachePlatform(String cdpCachePlatform)
-
getCdpCreateTime
public String getCdpCreateTime()
-
setCdpCreateTime
public void setCdpCreateTime(String cdpCreateTime)
-
getCdpLastPollTime
public String getCdpLastPollTime()
-
setCdpLastPollTime
public void setCdpLastPollTime(String cdpLastPollTime)
-
compareTo
public int compareTo(CdpLinkNode o)
- Specified by:
compareTo
in interfaceComparable<CdpLinkNode>
-
-