Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422.lists.unkeyed.container.UnkeyedList
-
-
Uses of UnkeyedList 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 UnkeyedList Modifier and Type Method Description @Nullable List<UnkeyedList>UnkeyedContainer. getUnkeyedList()List<UnkeyedList>UnkeyedContainerBuilder. getUnkeyedList()default @NonNull List<UnkeyedList>UnkeyedContainer. nonnullUnkeyedList()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 UnkeyedList Modifier and Type Method Description UnkeyedContainerBuilderUnkeyedContainerBuilder. setUnkeyedList(List<UnkeyedList> values) -
Uses of UnkeyedList in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422.lists.unkeyed.container
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422.lists.unkeyed.container with type parameters of type UnkeyedList Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<UnkeyedList>>
E$$UnkeyedListBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422.lists.unkeyed.container that return UnkeyedList Modifier and Type Method Description UnkeyedListUnkeyedListBuilder. build()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422.lists.unkeyed.container that return types with arguments of type UnkeyedList Modifier and Type Method Description default Class<UnkeyedList>UnkeyedList. implementedInterface()Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422.lists.unkeyed.container with type arguments of type UnkeyedList Modifier and Type Method Description UnkeyedListBuilderUnkeyedListBuilder. addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<UnkeyedList>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<UnkeyedList> augmentationValue)Deprecated, for removal: This API element is subject to removal in a future version.Use eitherUnkeyedListBuilder.addAugmentation(Augmentation)orUnkeyedListBuilder.removeAugmentation(Class)instead.UnkeyedListBuilderUnkeyedListBuilder. addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<UnkeyedList>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<UnkeyedList> augmentationValue)Deprecated, for removal: This API element is subject to removal in a future version.Use eitherUnkeyedListBuilder.addAugmentation(Augmentation)orUnkeyedListBuilder.removeAugmentation(Class)instead.UnkeyedListBuilderUnkeyedListBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<UnkeyedList> augmentation)Add an augmentation to this builder's product.UnkeyedListBuilderUnkeyedListBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<UnkeyedList>> 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.unkeyed.container with parameters of type UnkeyedList Constructor Description UnkeyedListBuilder(UnkeyedList base)
-