Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422.lists.unkeyed.container.UnkeyedList
Packages that use UnkeyedList
Package
Description
-
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 UnkeyedListModifier and TypeMethodDescription@Nullable List<UnkeyedList>UnkeyedContainer.getUnkeyedList()Return unkeyedList, ornullif it is not present.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 UnkeyedListModifier and TypeMethodDescriptionUnkeyedContainerBuilder.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 UnkeyedListModifier and TypeMethodDescription<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 UnkeyedListModifier and TypeMethodDescription@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 UnkeyedListMethods 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 UnkeyedListModifier and TypeMethodDescriptionstatic 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 UnkeyedListModifier and TypeMethodDescriptionUnkeyedListBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<UnkeyedList> augmentation) Add an augmentation to this builder's product.UnkeyedListBuilder.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 UnkeyedListModifierConstructorDescriptionConstruct a builder initialized with state from specifiedUnkeyedList.