Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.source.active.a.d.grouping.SourceActiveAD
-
-
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 SourceActiveAD Modifier and Type Method Description SourceActiveADSourceActiveADGrouping. getSourceActiveAD()Return sourceActiveAD, ornullif 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 SourceActiveAD Modifier and Type Method Description SourceActiveADSourceActiveADCaseBuilder. 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 SourceActiveAD Modifier and Type Method Description SourceActiveADCaseBuilderSourceActiveADCaseBuilder. 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 SourceActiveAD Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.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 SourceActiveAD Modifier and Type Method Description @NonNull SourceActiveADSourceActiveADBuilder. build()A newSourceActiveADinstance.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 SourceActiveAD Modifier and Type Method Description default 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 SourceActiveAD Modifier and Type Method Description static booleanSourceActiveAD. bindingEquals(@NonNull SourceActiveAD thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intSourceActiveAD. bindingHashCode(@NonNull SourceActiveAD obj)Default implementation ofObject.hashCode()contract for this interface.static StringSourceActiveAD. 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 SourceActiveAD Modifier and Type Method Description SourceActiveADBuilderSourceActiveADBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<SourceActiveAD> augmentation)Add an augmentation to this builder's product.SourceActiveADBuilderSourceActiveADBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.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 SourceActiveAD Constructor Description SourceActiveADBuilder(SourceActiveAD base)Construct a builder initialized with state from specifiedSourceActiveAD.
-