public class LldpLinkNode extends Object implements Comparable<LldpLinkNode>
Constructor and Description |
---|
LldpLinkNode() |
Modifier and Type | Method and 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) |
public String getLldpLocalPort()
public void setLldpLocalPort(String lldpLocalPort)
public String getLldpLocalPortUrl()
public void setLldpLocalPortUrl(String lldpLocalPortUrl)
public String getLldpRemChassisId()
public void setLldpRemChassisId(String lldpRemChassisId)
public String getLldpRemChassisIdUrl()
public void setLldpRemChassisIdUrl(String lldpRemChassisIdUrl)
public String getLldpRemInfo()
public void setLldpRemInfo(String lldpRemInfo)
public String getLldpRemPort()
public void setLldpRemPort(String lldpRemPort)
public String getLldpRemPortUrl()
public void setLldpRemPortUrl(String lldpRemPortUrl)
public String getLldpCreateTime()
public void setLldpCreateTime(String lldpCreateTime)
public String getLldpLastPollTime()
public void setLldpLastPollTime(String lldpLastPollTime)
public int compareTo(LldpLinkNode o)
compareTo
in interface Comparable<LldpLinkNode>
Copyright © 2021. All rights reserved.