Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422.lists.UnkeyedContainer
Packages that use UnkeyedContainer
Package
Description
-
Uses of UnkeyedContainer in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422 that return UnkeyedContainerModifier and TypeMethodDescriptionLists.getUnkeyedContainer()Return unkeyedContainer, ornullif it is not present.ListsBuilder.getUnkeyedContainer()Return current value associated with the property corresponding toLists.getUnkeyedContainer().@NonNull UnkeyedContainerLists.nonnullUnkeyedContainer()Return unkeyedContainer, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422 with parameters of type UnkeyedContainerModifier and TypeMethodDescriptionListsBuilder.setUnkeyedContainer(UnkeyedContainer value) Set the property corresponding toLists.getUnkeyedContainer()to the specified value. -
Uses of UnkeyedContainer 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 with type parameters of type UnkeyedContainerModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<UnkeyedContainer>>
E$$UnkeyedContainerBuilder.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 that return UnkeyedContainerModifier and TypeMethodDescription@NonNull UnkeyedContainerUnkeyedContainerBuilder.build()A newUnkeyedContainerinstance.static @NonNull UnkeyedContainerUnkeyedContainerBuilder.empty()Get empty instance of UnkeyedContainer.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 UnkeyedContainerModifier and TypeMethodDescriptiondefault Class<UnkeyedContainer>UnkeyedContainer.implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422.lists with parameters of type UnkeyedContainerModifier and TypeMethodDescriptionstatic booleanUnkeyedContainer.bindingEquals(@NonNull UnkeyedContainer thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intUnkeyedContainer.bindingHashCode(@NonNull UnkeyedContainer obj) Default implementation ofObject.hashCode()contract for this interface.static StringUnkeyedContainer.bindingToString(@NonNull UnkeyedContainer 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 with type arguments of type UnkeyedContainerModifier and TypeMethodDescriptionUnkeyedContainerBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<UnkeyedContainer> augmentation) Add an augmentation to this builder's product.UnkeyedContainerBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<UnkeyedContainer>> 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 with parameters of type UnkeyedContainerModifierConstructorDescriptionConstruct a builder initialized with state from specifiedUnkeyedContainer.