Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.mvpn.mvpn.choice.SourceActiveADCase
Packages that use SourceActiveADCase
Package
Description
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.mvpn.mvpn.choice
-
Uses of SourceActiveADCase in org.opendaylight.protocol.bgp.mvpn.impl.nlri
Methods in org.opendaylight.protocol.bgp.mvpn.impl.nlri that return SourceActiveADCaseModifier and TypeMethodDescriptionSourceActiveADHandler.parseMvpn
(io.netty.buffer.ByteBuf buffer) Methods in org.opendaylight.protocol.bgp.mvpn.impl.nlri with parameters of type SourceActiveADCaseModifier and TypeMethodDescriptionprotected io.netty.buffer.ByteBuf
SourceActiveADHandler.serializeBody
(SourceActiveADCase mvpn) -
Uses of SourceActiveADCase in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.mvpn.mvpn.choice
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.mvpn.mvpn.choice with type parameters of type SourceActiveADCaseModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<SourceActiveADCase>>
E$$SourceActiveADCaseBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.mvpn.mvpn.choice that return SourceActiveADCaseModifier and TypeMethodDescription@NonNull SourceActiveADCase
SourceActiveADCaseBuilder.build()
A newSourceActiveADCase
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.mvpn.mvpn.choice that return types with arguments of type SourceActiveADCaseModifier and TypeMethodDescriptiondefault Class
<SourceActiveADCase> SourceActiveADCase.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.mvpn.mvpn.choice with parameters of type SourceActiveADCaseModifier and TypeMethodDescriptionstatic boolean
SourceActiveADCase.bindingEquals
(@NonNull SourceActiveADCase thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
SourceActiveADCase.bindingHashCode
(@NonNull SourceActiveADCase obj) Default implementation ofObject.hashCode()
contract for this interface.static String
SourceActiveADCase.bindingToString
(@NonNull SourceActiveADCase obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.mvpn.mvpn.choice with type arguments of type SourceActiveADCaseModifier and TypeMethodDescriptionSourceActiveADCaseBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<SourceActiveADCase> augmentation) Add an augmentation to this builder's product.SourceActiveADCaseBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<SourceActiveADCase>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.mvpn.mvpn.choice with parameters of type SourceActiveADCaseModifierConstructorDescriptionConstruct a builder initialized with state from specifiedSourceActiveADCase
.