Uses of Interface
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021.IgpNodeEvent
Packages that use IgpNodeEvent
Package
Description
-
Uses of IgpNodeEvent in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021
Methods in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021 with type parameters of type IgpNodeEventModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<IgpNodeEvent>>
E$$IgpNodeEventBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021 that return IgpNodeEventModifier and TypeMethodDescription@NonNull IgpNodeEvent
IgpNodeEventBuilder.build()
A newIgpNodeEvent
instance.Methods in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021 that return types with arguments of type IgpNodeEventModifier and TypeMethodDescriptiondefault Class<IgpNodeEvent>
IgpNodeEvent.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021 with parameters of type IgpNodeEventModifier and TypeMethodDescriptionstatic boolean
IgpNodeEvent.bindingEquals
(@NonNull IgpNodeEvent thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
IgpNodeEvent.bindingHashCode
(@NonNull IgpNodeEvent obj) Default implementation ofObject.hashCode()
contract for this interface.static String
IgpNodeEvent.bindingToString
(@NonNull IgpNodeEvent obj) Default implementation ofObject.toString()
contract for this interface.void
L3UnicastIgpTopologyListener.onIgpNodeEvent
(IgpNodeEvent notification) Deprecated.Method parameters in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021 with type arguments of type IgpNodeEventModifier 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.Constructors in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021 with parameters of type IgpNodeEventModifierConstructorDescriptionConstruct a builder initialized with state from specifiedIgpNodeEvent
.