Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.mvpn.mvpn.choice.SourceTreeJoinCase
Package
Description
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.mvpn.mvpn.choice
-
Uses of SourceTreeJoinCase in org.opendaylight.protocol.bgp.mvpn.impl.nlri
Modifier and TypeMethodDescriptionSourceTreeJoinHandler.parseMvpn
(io.netty.buffer.ByteBuf buffer) Modifier and TypeMethodDescriptionprotected io.netty.buffer.ByteBuf
SourceTreeJoinHandler.serializeBody
(SourceTreeJoinCase mvpn) -
Uses of SourceTreeJoinCase 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<SourceTreeJoinCase>>
E$$SourceTreeJoinCaseBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull SourceTreeJoinCase
SourceTreeJoinCaseBuilder.build()
A newSourceTreeJoinCase
instance.Modifier and TypeMethodDescriptiondefault Class
<SourceTreeJoinCase> SourceTreeJoinCase.implementedInterface()
Modifier and TypeMethodDescriptionstatic boolean
SourceTreeJoinCase.bindingEquals
(@NonNull SourceTreeJoinCase thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
SourceTreeJoinCase.bindingHashCode
(@NonNull SourceTreeJoinCase obj) Default implementation ofObject.hashCode()
contract for this interface.static String
SourceTreeJoinCase.bindingToString
(@NonNull SourceTreeJoinCase obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionSourceTreeJoinCaseBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<SourceTreeJoinCase> augmentation) Add an augmentation to this builder's product.SourceTreeJoinCaseBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<SourceTreeJoinCase>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedSourceTreeJoinCase
.