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