Uses of Class
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021.IgpLinkEventBuilder
Package
Description
-
Uses of IgpLinkEventBuilder in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021
Modifier and TypeMethodDescriptionIgpLinkEventBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<IgpLinkEvent> augmentation) Add an augmentation to this builder's product.IgpLinkEventBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<IgpLinkEvent>> augmentationType) Remove an augmentation from this builder's product.IgpLinkEventBuilder.setDestination
(org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.link.attributes.Destination value) Set the property corresponding toLinkAttributes.getDestination()
to the specified value.IgpLinkEventBuilder.setIgpEventType
(IgpEventType value) Set the property corresponding toIgpLinkEvent.getIgpEventType()
to the specified value.IgpLinkEventBuilder.setIgpLinkAttributes
(IgpLinkAttributes value) Set the property corresponding toIgpLinkAttributes.getIgpLinkAttributes()
to the specified value.IgpLinkEventBuilder.setL3UnicastIgpTopology
(L3UnicastIgpTopology value) Set the property corresponding toL3UnicastIgpTopologyType.getL3UnicastIgpTopology()
to the specified value.IgpLinkEventBuilder.setLinkId
(org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.LinkId value) Set the property corresponding toLinkAttributes.getLinkId()
to the specified value.IgpLinkEventBuilder.setSource
(org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.link.attributes.Source value) Set the property corresponding toLinkAttributes.getSource()
to the specified value.IgpLinkEventBuilder.setSupportingLink
(Map<org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.link.attributes.SupportingLinkKey, org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.link.attributes.SupportingLink> values) Set the property corresponding toLinkAttributes.getSupportingLink()
to the specified value.IgpLinkEventBuilder.setTopologyRef
(org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TopologyId value) Set the property corresponding toIgpLinkEvent.getTopologyRef()
to the specified value.