Package org.opennms.web.rest.model.v2
Class LldpLinkNodeDTO
- java.lang.Object
-
- org.opennms.web.rest.model.v2.LldpLinkNodeDTO
-
public class LldpLinkNodeDTO extends Object
-
-
Constructor Summary
Constructors Constructor Description LldpLinkNodeDTO()
-
Method Summary
-
-
-
Method Detail
-
getLldpLocalPort
public String getLldpLocalPort()
-
setLldpLocalPort
public void setLldpLocalPort(String lldpLocalPort)
-
withLldpLocalPort
public LldpLinkNodeDTO withLldpLocalPort(String lldpLocalPort)
-
getLldpLocalPortUrl
public String getLldpLocalPortUrl()
-
setLldpLocalPortUrl
public void setLldpLocalPortUrl(String lldpLocalPortUrl)
-
withLldpLocalPortUrl
public LldpLinkNodeDTO withLldpLocalPortUrl(String lldpLocalPortUrl)
-
getLldpRemChassisId
public String getLldpRemChassisId()
-
setLldpRemChassisId
public void setLldpRemChassisId(String lldpRemChassisId)
-
withLldpRemChassisId
public LldpLinkNodeDTO withLldpRemChassisId(String lldpRemChassisId)
-
getLldpRemChassisIdUrl
public String getLldpRemChassisIdUrl()
-
setLldpRemChassisIdUrl
public void setLldpRemChassisIdUrl(String lldpRemChassisIdUrl)
-
withLldpRemChassisIdUrl
public LldpLinkNodeDTO withLldpRemChassisIdUrl(String lldpRemChassisIdUrl)
-
getLldpRemInfo
public String getLldpRemInfo()
-
setLldpRemInfo
public void setLldpRemInfo(String lldpRemInfo)
-
withLldpRemInfo
public LldpLinkNodeDTO withLldpRemInfo(String lldpRemInfo)
-
getLdpRemPort
public String getLdpRemPort()
-
setLdpRemPort
public void setLdpRemPort(String ldpRemPort)
-
withLdpRemPort
public LldpLinkNodeDTO withLdpRemPort(String ldpRemPort)
-
getLldpRemPortUrl
public String getLldpRemPortUrl()
-
setLldpRemPortUrl
public void setLldpRemPortUrl(String lldpRemPortUrl)
-
withLldpRemPortUrl
public LldpLinkNodeDTO withLldpRemPortUrl(String lldpRemPortUrl)
-
getLldpCreateTime
public String getLldpCreateTime()
-
setLldpCreateTime
public void setLldpCreateTime(String lldpCreateTime)
-
withLldpCreateTime
public LldpLinkNodeDTO withLldpCreateTime(String lldpCreateTime)
-
getLldpLastPollTime
public String getLldpLastPollTime()
-
setLldpLastPollTime
public void setLldpLastPollTime(String lldpLastPollTime)
-
withLldpLastPollTime
public LldpLinkNodeDTO withLldpLastPollTime(String lldpLastPollTime)
-
-