Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.opendaylight.test.bug._3090.rev160101.root.ListInRoot
-
-
Uses of ListInRoot in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.opendaylight.test.bug._3090.rev160101
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.opendaylight.test.bug._3090.rev160101 that return types with arguments of type ListInRoot Modifier and Type Method Description @Nullable Map<ListInRootKey,ListInRoot>Root. getListInRoot()Return listInRoot, ornullif it is not present..Map<ListInRootKey,ListInRoot>RootBuilder. getListInRoot()default @NonNull Map<ListInRootKey,ListInRoot>Root. nonnullListInRoot()Return listInRoot, or an empty list if it is not present..Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.opendaylight.test.bug._3090.rev160101 with type arguments of type ListInRoot Modifier and Type Method Description RootBuilderRootBuilder. setListInRoot(List<ListInRoot> values)Deprecated, for removal: This API element is subject to removal in a future version.Use {#link #setListInRoot(Map)} instead.RootBuilderRootBuilder. setListInRoot(Map<ListInRootKey,ListInRoot> values) -
Uses of ListInRoot in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.opendaylight.test.bug._3090.rev160101.root
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.opendaylight.test.bug._3090.rev160101.root with type parameters of type ListInRoot Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<ListInRoot>>
E$$ListInRootBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.opendaylight.test.bug._3090.rev160101.root that return ListInRoot Modifier and Type Method Description ListInRootListInRootBuilder. build()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.opendaylight.test.bug._3090.rev160101.root that return types with arguments of type ListInRoot Modifier and Type Method Description default Class<ListInRoot>ListInRoot. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.opendaylight.test.bug._3090.rev160101.root with parameters of type ListInRoot Modifier and Type Method Description static booleanListInRoot. bindingEquals(@NonNull ListInRoot thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intListInRoot. bindingHashCode(@NonNull ListInRoot obj)Default implementation ofObject.hashCode()contract for this interface.static StringListInRoot. bindingToString(@NonNull ListInRoot obj)Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.opendaylight.test.bug._3090.rev160101.root with type arguments of type ListInRoot Modifier and Type Method Description ListInRootBuilderListInRootBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<ListInRoot> augmentation)Add an augmentation to this builder's product.ListInRootBuilderListInRootBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ListInRoot>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.opendaylight.test.bug._3090.rev160101.root with parameters of type ListInRoot Constructor Description ListInRootBuilder(ListInRoot base)
-