Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.source.active.a.d.grouping.SourceActiveAD
Packages that use SourceActiveAD
Package
Description
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.mvpn.mvpn.choice
-
Uses of SourceActiveAD in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120 that return SourceActiveADModifier and TypeMethodDescriptionSourceActiveADGrouping.getSourceActiveAD()
Return sourceActiveAD, ornull
if it is not present.@NonNull SourceActiveAD
SourceActiveADGrouping.nonnullSourceActiveAD()
Return sourceActiveAD, or an empty instance if it is not present. -
Uses of SourceActiveAD 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 SourceActiveADModifier and TypeMethodDescriptionSourceActiveADCaseBuilder.getSourceActiveAD()
Return current value associated with the property corresponding toSourceActiveADGrouping.getSourceActiveAD()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.mvpn.mvpn.choice with parameters of type SourceActiveADModifier and TypeMethodDescriptionSourceActiveADCaseBuilder.setSourceActiveAD
(SourceActiveAD value) Set the property corresponding toSourceActiveADGrouping.getSourceActiveAD()
to the specified value. -
Uses of SourceActiveAD in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.source.active.a.d.grouping
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.source.active.a.d.grouping with type parameters of type SourceActiveADModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<SourceActiveAD>>
E$$SourceActiveADBuilder.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.source.active.a.d.grouping that return SourceActiveADModifier and TypeMethodDescription@NonNull SourceActiveAD
SourceActiveADBuilder.build()
A newSourceActiveAD
instance.static @NonNull SourceActiveAD
SourceActiveADBuilder.empty()
Get empty instance of SourceActiveAD.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.source.active.a.d.grouping that return types with arguments of type SourceActiveADModifier and TypeMethodDescriptiondefault Class
<SourceActiveAD> SourceActiveAD.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.source.active.a.d.grouping with parameters of type SourceActiveADModifier and TypeMethodDescriptionstatic boolean
SourceActiveAD.bindingEquals
(@NonNull SourceActiveAD thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
SourceActiveAD.bindingHashCode
(@NonNull SourceActiveAD obj) Default implementation ofObject.hashCode()
contract for this interface.static String
SourceActiveAD.bindingToString
(@NonNull SourceActiveAD 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.source.active.a.d.grouping with type arguments of type SourceActiveADModifier and TypeMethodDescriptionSourceActiveADBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<SourceActiveAD> augmentation) Add an augmentation to this builder's product.SourceActiveADBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<SourceActiveAD>> 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.source.active.a.d.grouping with parameters of type SourceActiveADModifierConstructorDescriptionConstruct a builder initialized with state from specifiedSourceActiveAD
.