Uses of Interface
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021.IgpPrefixEvent
Packages that use IgpPrefixEvent
Package
Description
-
Uses of IgpPrefixEvent 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 IgpPrefixEventModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<IgpPrefixEvent>>
E$$IgpPrefixEventBuilder.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 IgpPrefixEventModifier and TypeMethodDescription@NonNull IgpPrefixEvent
IgpPrefixEventBuilder.build()
A newIgpPrefixEvent
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 IgpPrefixEventModifier and TypeMethodDescriptiondefault Class<IgpPrefixEvent>
IgpPrefixEvent.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021 with parameters of type IgpPrefixEventModifier and TypeMethodDescriptionstatic boolean
IgpPrefixEvent.bindingEquals
(@NonNull IgpPrefixEvent thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
IgpPrefixEvent.bindingHashCode
(@NonNull IgpPrefixEvent obj) Default implementation ofObject.hashCode()
contract for this interface.static String
IgpPrefixEvent.bindingToString
(@NonNull IgpPrefixEvent obj) Default implementation ofObject.toString()
contract for this interface.void
L3UnicastIgpTopologyListener.onIgpPrefixEvent
(IgpPrefixEvent 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 IgpPrefixEventModifier and TypeMethodDescriptionIgpPrefixEventBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<IgpPrefixEvent> augmentation) Add an augmentation to this builder's product.IgpPrefixEventBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<IgpPrefixEvent>> 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 IgpPrefixEventModifierConstructorDescriptionConstruct a builder initialized with state from specifiedIgpPrefixEvent
.