public class LldpLinkTopologyEntity extends Object
Constructor and Description |
---|
LldpLinkTopologyEntity(Integer id,
Integer nodeId,
String lldpRemChassisId,
String lldpRemPortId,
LldpUtils.LldpPortIdSubType lldpRemPortIdSubType,
String lldpPortId,
LldpUtils.LldpPortIdSubType lldpPortIdSubType,
String lldpPortDescr,
Integer lldpPortIfindex) |
Modifier and Type | Method and Description |
---|---|
static LldpLinkTopologyEntity |
create(LldpLink link) |
Integer |
getId() |
String |
getLldpPortDescr() |
String |
getLldpPortId() |
LldpUtils.LldpPortIdSubType |
getLldpPortIdSubType() |
Integer |
getLldpPortIfindex() |
String |
getLldpRemChassisId() |
String |
getLldpRemPortId() |
LldpUtils.LldpPortIdSubType |
getLldpRemPortIdSubType() |
Integer |
getNodeId() |
String |
getNodeIdAsString() |
String |
toString() |
public LldpLinkTopologyEntity(Integer id, Integer nodeId, String lldpRemChassisId, String lldpRemPortId, LldpUtils.LldpPortIdSubType lldpRemPortIdSubType, String lldpPortId, LldpUtils.LldpPortIdSubType lldpPortIdSubType, String lldpPortDescr, Integer lldpPortIfindex)
public static LldpLinkTopologyEntity create(LldpLink link)
public Integer getId()
public Integer getNodeId()
public String getNodeIdAsString()
public String getLldpRemChassisId()
public String getLldpRemPortId()
public LldpUtils.LldpPortIdSubType getLldpRemPortIdSubType()
public String getLldpPortId()
public LldpUtils.LldpPortIdSubType getLldpPortIdSubType()
public String getLldpPortDescr()
public Integer getLldpPortIfindex()
Copyright © 2021. All rights reserved.