Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.mvpn.mvpn.choice.source.tree.join._case.SourceTreeJoin
Packages that use SourceTreeJoin
Package
Description
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.mvpn.mvpn.choice
-
Uses of SourceTreeJoin 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 that return SourceTreeJoinModifier and TypeMethodDescriptionSourceTreeJoinCase.getSourceTreeJoin()
Return sourceTreeJoin, ornull
if it is not present.SourceTreeJoinCaseBuilder.getSourceTreeJoin()
Return current value associated with the property corresponding toSourceTreeJoinCase.getSourceTreeJoin()
.@NonNull SourceTreeJoin
SourceTreeJoinCase.nonnullSourceTreeJoin()
Return sourceTreeJoin, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.mvpn.mvpn.choice with parameters of type SourceTreeJoinModifier and TypeMethodDescriptionSourceTreeJoinCaseBuilder.setSourceTreeJoin
(SourceTreeJoin value) Set the property corresponding toSourceTreeJoinCase.getSourceTreeJoin()
to the specified value. -
Uses of SourceTreeJoin in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.mvpn.mvpn.choice.source.tree.join._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.mvpn.mvpn.choice.source.tree.join._case with type parameters of type SourceTreeJoinModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<SourceTreeJoin>>
E$$SourceTreeJoinBuilder.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.source.tree.join._case that return SourceTreeJoinModifier and TypeMethodDescription@NonNull SourceTreeJoin
SourceTreeJoinBuilder.build()
A newSourceTreeJoin
instance.static @NonNull SourceTreeJoin
SourceTreeJoinBuilder.empty()
Get empty instance of SourceTreeJoin.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.mvpn.mvpn.choice.source.tree.join._case that return types with arguments of type SourceTreeJoinModifier and TypeMethodDescriptiondefault Class
<SourceTreeJoin> SourceTreeJoin.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.mvpn.mvpn.choice.source.tree.join._case with parameters of type SourceTreeJoinModifier and TypeMethodDescriptionstatic boolean
SourceTreeJoin.bindingEquals
(@NonNull SourceTreeJoin thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
SourceTreeJoin.bindingHashCode
(@NonNull SourceTreeJoin obj) Default implementation ofObject.hashCode()
contract for this interface.static String
SourceTreeJoin.bindingToString
(@NonNull SourceTreeJoin 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.source.tree.join._case with type arguments of type SourceTreeJoinModifier and TypeMethodDescriptionSourceTreeJoinBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<SourceTreeJoin> augmentation) Add an augmentation to this builder's product.SourceTreeJoinBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<SourceTreeJoin>> 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.source.tree.join._case with parameters of type SourceTreeJoinModifierConstructorDescriptionConstruct a builder initialized with state from specifiedSourceTreeJoin
.