Package org.opennms.web.enlinkd
Class LldpLinkNode
- java.lang.Object
-
- org.opennms.web.enlinkd.LldpLinkNode
-
- All Implemented Interfaces:
Comparable<LldpLinkNode>
public class LldpLinkNode extends Object implements Comparable<LldpLinkNode>
-
-
Constructor Summary
Constructors Constructor Description LldpLinkNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(LldpLinkNode o)
String
getLldpCreateTime()
String
getLldpLastPollTime()
String
getLldpLocalPort()
String
getLldpLocalPortUrl()
String
getLldpRemChassisId()
String
getLldpRemChassisIdUrl()
String
getLldpRemInfo()
String
getLldpRemPort()
String
getLldpRemPortUrl()
void
setLldpCreateTime(String lldpCreateTime)
void
setLldpLastPollTime(String lldpLastPollTime)
void
setLldpLocalPort(String lldpLocalPort)
void
setLldpLocalPortUrl(String lldpLocalPortUrl)
void
setLldpRemChassisId(String lldpRemChassisId)
void
setLldpRemChassisIdUrl(String lldpRemChassisIdUrl)
void
setLldpRemInfo(String lldpRemInfo)
void
setLldpRemPort(String lldpRemPort)
void
setLldpRemPortUrl(String lldpRemPortUrl)
-
-
-
Method Detail
-
getLldpLocalPort
public String getLldpLocalPort()
-
setLldpLocalPort
public void setLldpLocalPort(String lldpLocalPort)
-
getLldpLocalPortUrl
public String getLldpLocalPortUrl()
-
setLldpLocalPortUrl
public void setLldpLocalPortUrl(String lldpLocalPortUrl)
-
getLldpRemChassisId
public String getLldpRemChassisId()
-
setLldpRemChassisId
public void setLldpRemChassisId(String lldpRemChassisId)
-
getLldpRemChassisIdUrl
public String getLldpRemChassisIdUrl()
-
setLldpRemChassisIdUrl
public void setLldpRemChassisIdUrl(String lldpRemChassisIdUrl)
-
getLldpRemInfo
public String getLldpRemInfo()
-
setLldpRemInfo
public void setLldpRemInfo(String lldpRemInfo)
-
getLldpRemPort
public String getLldpRemPort()
-
setLldpRemPort
public void setLldpRemPort(String lldpRemPort)
-
getLldpRemPortUrl
public String getLldpRemPortUrl()
-
setLldpRemPortUrl
public void setLldpRemPortUrl(String lldpRemPortUrl)
-
getLldpCreateTime
public String getLldpCreateTime()
-
setLldpCreateTime
public void setLldpCreateTime(String lldpCreateTime)
-
getLldpLastPollTime
public String getLldpLastPollTime()
-
setLldpLastPollTime
public void setLldpLastPollTime(String lldpLastPollTime)
-
compareTo
public int compareTo(LldpLinkNode o)
- Specified by:
compareTo
in interfaceComparable<LldpLinkNode>
-
-