Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.leaf.a.d.grouping.LeafAD
Packages that use LeafAD
Package
Description
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.mvpn.mvpn.choice
-
Uses of LeafAD 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 LeafADModifier and TypeMethodDescriptionLeafADGrouping.getLeafAD()
Return leafAD, ornull
if it is not present.@NonNull LeafAD
LeafADGrouping.nonnullLeafAD()
Return leafAD, or an empty instance if it is not present. -
Uses of LeafAD in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.leaf.a.d.grouping
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.leaf.a.d.grouping with type parameters of type LeafADModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<LeafAD>>
E$$LeafADBuilder.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.leaf.a.d.grouping that return LeafADModifier and TypeMethodDescription@NonNull LeafAD
LeafADBuilder.build()
A newLeafAD
instance.static @NonNull LeafAD
LeafADBuilder.empty()
Get empty instance of LeafAD.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.leaf.a.d.grouping that return types with arguments of type LeafADMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.leaf.a.d.grouping with parameters of type LeafADModifier and TypeMethodDescriptionstatic boolean
LeafAD.bindingEquals
(@NonNull LeafAD thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
LeafAD.bindingHashCode
(@NonNull LeafAD obj) Default implementation ofObject.hashCode()
contract for this interface.static String
LeafAD.bindingToString
(@NonNull LeafAD 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.leaf.a.d.grouping with type arguments of type LeafADModifier and TypeMethodDescriptionLeafADBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<LeafAD> augmentation) Add an augmentation to this builder's product.LeafADBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<LeafAD>> 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.leaf.a.d.grouping with parameters of type LeafADModifierConstructorDescriptionLeafADBuilder
(LeafAD base) Construct a builder initialized with state from specifiedLeafAD
. -
Uses of LeafAD 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 LeafADModifier and TypeMethodDescriptionLeafADCaseBuilder.getLeafAD()
Return current value associated with the property corresponding toLeafADGrouping.getLeafAD()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.mvpn.mvpn.choice with parameters of type LeafADModifier and TypeMethodDescriptionSet the property corresponding toLeafADGrouping.getLeafAD()
to the specified value.