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()Return unkeyedList, ornullif it is not present.List<UnkeyedList>UnkeyedContainerBuilder. getUnkeyedList()Return current value associated with the property corresponding toUnkeyedContainer.getUnkeyedList().default @NonNull List<UnkeyedList>UnkeyedContainer. nonnullUnkeyedList()Return unkeyedList, 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 UnkeyedList Modifier and Type Method Description UnkeyedContainerBuilderUnkeyedContainerBuilder. setUnkeyedList(List<UnkeyedList> values)Set the property corresponding toUnkeyedContainer.getUnkeyedList()to the specified value. -
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)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.unkeyed.container that return UnkeyedList Modifier and Type Method Description @NonNull UnkeyedListUnkeyedListBuilder. build()A newUnkeyedListinstance.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()Methods 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 Modifier and Type Method Description static booleanUnkeyedList. bindingEquals(@NonNull UnkeyedList thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intUnkeyedList. bindingHashCode(@NonNull UnkeyedList obj)Default implementation ofObject.hashCode()contract for this interface.static StringUnkeyedList. bindingToString(@NonNull UnkeyedList 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.unkeyed.container with type arguments of type UnkeyedList Modifier and Type Method Description 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)Construct a builder initialized with state from specifiedUnkeyedList.
-