Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.mvpn.mvpn.choice.LeafADCase
Packages that use LeafADCase
Package
Description
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.mvpn.mvpn.choice
-
Uses of LeafADCase in org.opendaylight.protocol.bgp.mvpn.impl.nlri
Methods in org.opendaylight.protocol.bgp.mvpn.impl.nlri that return LeafADCaseMethods in org.opendaylight.protocol.bgp.mvpn.impl.nlri with parameters of type LeafADCaseModifier and TypeMethodDescriptionprotected io.netty.buffer.ByteBuf
LeafADHandler.serializeBody
(LeafADCase mvpn) -
Uses of LeafADCase 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 LeafADCaseModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<LeafADCase>>
E$$LeafADCaseBuilder.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 LeafADCaseModifier and TypeMethodDescription@NonNull LeafADCase
LeafADCaseBuilder.build()
A newLeafADCase
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 LeafADCaseMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.mvpn.mvpn.choice with parameters of type LeafADCaseModifier and TypeMethodDescriptionstatic boolean
LeafADCase.bindingEquals
(@NonNull LeafADCase thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
LeafADCase.bindingHashCode
(@NonNull LeafADCase obj) Default implementation ofObject.hashCode()
contract for this interface.static String
LeafADCase.bindingToString
(@NonNull LeafADCase 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 LeafADCaseModifier and TypeMethodDescriptionLeafADCaseBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<LeafADCase> augmentation) Add an augmentation to this builder's product.LeafADCaseBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<LeafADCase>> 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 LeafADCaseModifierConstructorDescriptionLeafADCaseBuilder
(LeafADCase base) Construct a builder initialized with state from specifiedLeafADCase
.