Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.mvpn.mvpn.choice.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
Modifier and TypeMethodDescriptionSharedTreeJoinHandler.parseMvpn
(io.netty.buffer.ByteBuf buffer) Modifier 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
Modifier 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.Modifier and TypeMethodDescription@NonNull SharedTreeJoinCase
SharedTreeJoinCaseBuilder.build()
A newSharedTreeJoinCase
instance.Modifier and TypeMethodDescriptiondefault Class
<SharedTreeJoinCase> SharedTreeJoinCase.implementedInterface()
Modifier 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.Modifier 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.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedSharedTreeJoinCase
.