Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.leaf.a.d.grouping.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
Modifier 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
Modifier 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.Modifier and TypeMethodDescription@NonNull LeafAD
LeafADBuilder.build()
A newLeafAD
instance.static @NonNull LeafAD
LeafADBuilder.empty()
Get empty instance of LeafAD.Modifier 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.Modifier 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.ModifierConstructorDescriptionLeafADBuilder
(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
Modifier and TypeMethodDescriptionLeafADCaseBuilder.getLeafAD()
Return current value associated with the property corresponding toLeafADGrouping.getLeafAD()
.Modifier and TypeMethodDescriptionSet the property corresponding toLeafADGrouping.getLeafAD()
to the specified value.