Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422.lists.unordered.container.UnorderedList
-
-
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 UnorderedList Modifier and Type Method Description @Nullable Map<UnorderedListKey,UnorderedList>UnorderedContainer. getUnorderedList()Return unorderedList, ornullif it is not present.Map<UnorderedListKey,UnorderedList>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 UnorderedList Modifier and Type Method Description UnorderedContainerBuilderUnorderedContainerBuilder. 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 UnorderedList Modifier and Type Method Description <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 UnorderedList Modifier and Type Method Description @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 UnorderedList Modifier and Type Method Description default 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 UnorderedList Modifier and Type Method Description static 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 UnorderedList Modifier and Type Method Description UnorderedListBuilderUnorderedListBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<UnorderedList> augmentation)Add an augmentation to this builder's product.UnorderedListBuilderUnorderedListBuilder. 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 UnorderedList Constructor Description UnorderedListBuilder(UnorderedList base)Construct a builder initialized with state from specifiedUnorderedList.
-