Uses of Interface
org.opendaylight.yang.gen.v1.opendaylight.test.bug._2562.namespace.rev160101.root.fooroot.Barroot
Packages that use Barroot
Package
Description
-
Uses of Barroot in org.opendaylight.yang.gen.v1.opendaylight.test.bug._2562.namespace.rev160101.root
Methods in org.opendaylight.yang.gen.v1.opendaylight.test.bug._2562.namespace.rev160101.root that return types with arguments of type BarrootModifier and TypeMethodDescription@Nullable Map<BarrootKey,Barroot> Fooroot.getBarroot()Return barroot, ornullif it is not present.FoorootBuilder.getBarroot()Return current value associated with the property corresponding toFooroot.getBarroot().default @NonNull Map<BarrootKey,Barroot> Fooroot.nonnullBarroot()Return barroot, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.opendaylight.test.bug._2562.namespace.rev160101.root with type arguments of type BarrootModifier and TypeMethodDescriptionFoorootBuilder.setBarroot(Map<BarrootKey, Barroot> values) Set the property corresponding toFooroot.getBarroot()to the specified value. -
Uses of Barroot in org.opendaylight.yang.gen.v1.opendaylight.test.bug._2562.namespace.rev160101.root.fooroot
Methods in org.opendaylight.yang.gen.v1.opendaylight.test.bug._2562.namespace.rev160101.root.fooroot with type parameters of type BarrootModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Barroot>>
E$$BarrootBuilder.augmentation(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.opendaylight.test.bug._2562.namespace.rev160101.root.fooroot that return BarrootModifier and TypeMethodDescription@NonNull BarrootBarrootBuilder.build()A newBarrootinstance.Methods in org.opendaylight.yang.gen.v1.opendaylight.test.bug._2562.namespace.rev160101.root.fooroot that return types with arguments of type BarrootMethods in org.opendaylight.yang.gen.v1.opendaylight.test.bug._2562.namespace.rev160101.root.fooroot with parameters of type BarrootModifier and TypeMethodDescriptionstatic booleanBarroot.bindingEquals(@NonNull Barroot thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intBarroot.bindingHashCode(@NonNull Barroot obj) Default implementation ofObject.hashCode()contract for this interface.static StringBarroot.bindingToString(@NonNull Barroot obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.opendaylight.test.bug._2562.namespace.rev160101.root.fooroot with type arguments of type BarrootModifier and TypeMethodDescriptionBarrootBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Barroot> augmentation) Add an augmentation to this builder's product.BarrootBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Barroot>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.opendaylight.test.bug._2562.namespace.rev160101.root.fooroot with parameters of type BarrootModifierConstructorDescriptionBarrootBuilder(Barroot base) Construct a builder initialized with state from specifiedBarroot.