Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422.lists.UnkeyedContainer
-
-
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 UnkeyedContainer Modifier and Type Method Description UnkeyedContainerLists. getUnkeyedContainer()Return unkeyedContainer, ornullif it is not present.UnkeyedContainerListsBuilder. getUnkeyedContainer()Return current value associated with the property corresponding toLists.getUnkeyedContainer().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422 with parameters of type UnkeyedContainer Modifier and Type Method Description ListsBuilderListsBuilder. 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 UnkeyedContainer Modifier and Type Method Description <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 UnkeyedContainer Modifier and Type Method Description @NonNull UnkeyedContainerUnkeyedContainerBuilder. build()A newUnkeyedContainerinstance.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 UnkeyedContainer Modifier and Type Method Description default 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 UnkeyedContainer Modifier and Type Method Description static 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 UnkeyedContainer Modifier and Type Method Description UnkeyedContainerBuilderUnkeyedContainerBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<UnkeyedContainer> augmentation)Add an augmentation to this builder's product.UnkeyedContainerBuilderUnkeyedContainerBuilder. 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 UnkeyedContainer Constructor Description UnkeyedContainerBuilder(UnkeyedContainer base)Construct a builder initialized with state from specifiedUnkeyedContainer.
-