Uses of Class
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021.IgpNodeEventBuilder
Package
Description
-
Uses of IgpNodeEventBuilder in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021
Modifier and TypeMethodDescriptionIgpNodeEventBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<IgpNodeEvent> augmentation) Add an augmentation to this builder's product.IgpNodeEventBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<IgpNodeEvent>> augmentationType) Remove an augmentation from this builder's product.IgpNodeEventBuilder.setIgpEventType
(IgpEventType value) Set the property corresponding toIgpNodeEvent.getIgpEventType()
to the specified value.IgpNodeEventBuilder.setIgpNodeAttributes
(IgpNodeAttributes value) Set the property corresponding toIgpNodeAttributes.getIgpNodeAttributes()
to the specified value.IgpNodeEventBuilder.setL3UnicastIgpTopology
(L3UnicastIgpTopology value) Set the property corresponding toL3UnicastIgpTopologyType.getL3UnicastIgpTopology()
to the specified value.IgpNodeEventBuilder.setNodeId
(org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NodeId value) Set the property corresponding toNodeAttributes.getNodeId()
to the specified value.IgpNodeEventBuilder.setSupportingNode
(Map<org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.node.attributes.SupportingNodeKey, org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.node.attributes.SupportingNode> values) Set the property corresponding toNodeAttributes.getSupportingNode()
to the specified value.IgpNodeEventBuilder.setTopologyRef
(org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TopologyId value) Set the property corresponding toIgpNodeEvent.getTopologyRef()
to the specified value.