Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.opendaylight.test.bug._3090.rev160101.root.ListInRoot
Packages that use ListInRoot
Package
Description
-
Uses of ListInRoot in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.opendaylight.test.bug._3090.rev160101
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.opendaylight.test.bug._3090.rev160101 that return types with arguments of type ListInRootModifier and TypeMethodDescription@Nullable Map<ListInRootKey,ListInRoot> Root.getListInRoot()Return listInRoot, ornullif it is not present.RootBuilder.getListInRoot()Return current value associated with the property corresponding toRoot.getListInRoot().default @NonNull Map<ListInRootKey,ListInRoot> Root.nonnullListInRoot()Return listInRoot, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.opendaylight.test.bug._3090.rev160101 with type arguments of type ListInRootModifier and TypeMethodDescriptionRootBuilder.setListInRoot(Map<ListInRootKey, ListInRoot> values) Set the property corresponding toRoot.getListInRoot()to the specified value. -
Uses of ListInRoot in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.opendaylight.test.bug._3090.rev160101.root
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.opendaylight.test.bug._3090.rev160101.root with type parameters of type ListInRootModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<ListInRoot>>
E$$ListInRootBuilder.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.opendaylight.test.bug._3090.rev160101.root that return ListInRootModifier and TypeMethodDescription@NonNull ListInRootListInRootBuilder.build()A newListInRootinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.opendaylight.test.bug._3090.rev160101.root that return types with arguments of type ListInRootMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.opendaylight.test.bug._3090.rev160101.root with parameters of type ListInRootModifier and TypeMethodDescriptionstatic booleanListInRoot.bindingEquals(@NonNull ListInRoot thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intListInRoot.bindingHashCode(@NonNull ListInRoot obj) Default implementation ofObject.hashCode()contract for this interface.static StringListInRoot.bindingToString(@NonNull ListInRoot obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.opendaylight.test.bug._3090.rev160101.root with type arguments of type ListInRootModifier and TypeMethodDescriptionListInRootBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<ListInRoot> augmentation) Add an augmentation to this builder's product.ListInRootBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ListInRoot>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.opendaylight.test.bug._3090.rev160101.root with parameters of type ListInRootModifierConstructorDescriptionListInRootBuilder(ListInRoot base) Construct a builder initialized with state from specifiedListInRoot.