Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422.lists.UnorderedContainer
-
-
Uses of UnorderedContainer 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 UnorderedContainer Modifier and Type Method Description UnorderedContainerLists. getUnorderedContainer()Return unorderedContainer, ornullif it is not present.UnorderedContainerListsBuilder. getUnorderedContainer()Return current value associated with the property corresponding toLists.getUnorderedContainer().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422 with parameters of type UnorderedContainer Modifier and Type Method Description ListsBuilderListsBuilder. setUnorderedContainer(UnorderedContainer value)Set the property corresponding toLists.getUnorderedContainer()to the specified value. -
Uses of UnorderedContainer 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 UnorderedContainer Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<UnorderedContainer>>
E$$UnorderedContainerBuilder. 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 UnorderedContainer Modifier and Type Method Description @NonNull UnorderedContainerUnorderedContainerBuilder. build()A newUnorderedContainerinstance.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 UnorderedContainer Modifier and Type Method Description default Class<UnorderedContainer>UnorderedContainer. 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 UnorderedContainer Modifier and Type Method Description static booleanUnorderedContainer. bindingEquals(@NonNull UnorderedContainer thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intUnorderedContainer. bindingHashCode(@NonNull UnorderedContainer obj)Default implementation ofObject.hashCode()contract for this interface.static StringUnorderedContainer. bindingToString(@NonNull UnorderedContainer 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 UnorderedContainer Modifier and Type Method Description UnorderedContainerBuilderUnorderedContainerBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<UnorderedContainer> augmentation)Add an augmentation to this builder's product.UnorderedContainerBuilderUnorderedContainerBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<UnorderedContainer>> 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 UnorderedContainer Constructor Description UnorderedContainerBuilder(UnorderedContainer base)Construct a builder initialized with state from specifiedUnorderedContainer.
-