public class DefaultIsisLinkInformation extends Object implements org.onosproject.isis.controller.topology.LinkInformation
| Constructor and Description |
|---|
DefaultIsisLinkInformation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
org.onlab.packet.Ip4Address |
interfaceIp()
Gets interface IP address.
|
boolean |
isAlreadyCreated()
Gets is already created or not.
|
String |
linkDestinationId()
Gets link destination id.
|
String |
linkId()
Gets link id.
|
String |
linkSourceId()
Gets link source id.
|
org.onlab.packet.Ip4Address |
neighborIp() |
void |
setAlreadyCreated(boolean alreadyCreated)
Sets is already created or not.
|
void |
setInterfaceIp(org.onlab.packet.Ip4Address interfaceIp)
Sets interface IP address.
|
void |
setLinkDestinationId(String linkDestinationId)
Sets link destination id.
|
void |
setLinkId(String linkId)
Sets link id.DefaultIsisDeviceInformation.
|
void |
setLinkSourceId(String linkSourceId)
Sets link source id.
|
void |
setNeighborIp(org.onlab.packet.Ip4Address neighborIp) |
String |
toString() |
public String linkId()
linkId in interface org.onosproject.isis.controller.topology.LinkInformationpublic void setLinkId(String linkId)
setLinkId in interface org.onosproject.isis.controller.topology.LinkInformationlinkId - link idpublic boolean isAlreadyCreated()
isAlreadyCreated in interface org.onosproject.isis.controller.topology.LinkInformationpublic void setAlreadyCreated(boolean alreadyCreated)
setAlreadyCreated in interface org.onosproject.isis.controller.topology.LinkInformationalreadyCreated - true or falsepublic String linkDestinationId()
linkDestinationId in interface org.onosproject.isis.controller.topology.LinkInformationpublic void setLinkDestinationId(String linkDestinationId)
setLinkDestinationId in interface org.onosproject.isis.controller.topology.LinkInformationlinkDestinationId - link destination idpublic String linkSourceId()
linkSourceId in interface org.onosproject.isis.controller.topology.LinkInformationpublic void setLinkSourceId(String linkSourceId)
setLinkSourceId in interface org.onosproject.isis.controller.topology.LinkInformationlinkSourceId - link source idpublic org.onlab.packet.Ip4Address interfaceIp()
interfaceIp in interface org.onosproject.isis.controller.topology.LinkInformationpublic void setInterfaceIp(org.onlab.packet.Ip4Address interfaceIp)
setInterfaceIp in interface org.onosproject.isis.controller.topology.LinkInformationinterfaceIp - interface IP addresspublic org.onlab.packet.Ip4Address neighborIp()
neighborIp in interface org.onosproject.isis.controller.topology.LinkInformationpublic void setNeighborIp(org.onlab.packet.Ip4Address neighborIp)
setNeighborIp in interface org.onosproject.isis.controller.topology.LinkInformationCopyright © 2016. All rights reserved.