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