Uses of Interface
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021.IgpLinkEvent
Package
Description
-
Uses of IgpLinkEvent in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<IgpLinkEvent>>
E$$IgpLinkEventBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull IgpLinkEvent
IgpLinkEventBuilder.build()
A newIgpLinkEvent
instance.Modifier and TypeMethodDescriptiondefault Class
<IgpLinkEvent> IgpLinkEvent.implementedInterface()
Modifier and TypeMethodDescriptionstatic boolean
IgpLinkEvent.bindingEquals
(@NonNull IgpLinkEvent thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
IgpLinkEvent.bindingHashCode
(@NonNull IgpLinkEvent obj) Default implementation ofObject.hashCode()
contract for this interface.static String
IgpLinkEvent.bindingToString
(@NonNull IgpLinkEvent obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionIgpLinkEventBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<IgpLinkEvent> augmentation) Add an augmentation to this builder's product.IgpLinkEventBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<IgpLinkEvent>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedIgpLinkEvent
.