Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422.lists.unordered.container.UnorderedList
Packages that use UnorderedList
Package
Description
-
Uses of UnorderedList in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422.lists
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422.lists that return types with arguments of type UnorderedListModifier and TypeMethodDescription@Nullable Map<UnorderedListKey,UnorderedList> UnorderedContainer.getUnorderedList()Return unorderedList, ornullif it is not present.UnorderedContainerBuilder.getUnorderedList()Return current value associated with the property corresponding toUnorderedContainer.getUnorderedList().default @NonNull Map<UnorderedListKey,UnorderedList> UnorderedContainer.nonnullUnorderedList()Return unorderedList, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422.lists with type arguments of type UnorderedListModifier and TypeMethodDescriptionUnorderedContainerBuilder.setUnorderedList(Map<UnorderedListKey, UnorderedList> values) Set the property corresponding toUnorderedContainer.getUnorderedList()to the specified value. -
Uses of UnorderedList in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422.lists.unordered.container
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422.lists.unordered.container with type parameters of type UnorderedListModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<UnorderedList>>
E$$UnorderedListBuilder.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.controller.md.sal.test.store.rev140422.lists.unordered.container that return UnorderedListModifier and TypeMethodDescription@NonNull UnorderedListUnorderedListBuilder.build()A newUnorderedListinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422.lists.unordered.container that return types with arguments of type UnorderedListModifier and TypeMethodDescriptiondefault Class<UnorderedList>UnorderedList.implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422.lists.unordered.container with parameters of type UnorderedListModifier and TypeMethodDescriptionstatic booleanUnorderedList.bindingEquals(@NonNull UnorderedList thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intUnorderedList.bindingHashCode(@NonNull UnorderedList obj) Default implementation ofObject.hashCode()contract for this interface.static StringUnorderedList.bindingToString(@NonNull UnorderedList obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422.lists.unordered.container with type arguments of type UnorderedListModifier and TypeMethodDescriptionUnorderedListBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<UnorderedList> augmentation) Add an augmentation to this builder's product.UnorderedListBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<UnorderedList>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422.lists.unordered.container with parameters of type UnorderedListModifierConstructorDescriptionConstruct a builder initialized with state from specifiedUnorderedList.