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()Return current value associated with the property corresponding toRoot.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(Map<ListInRootKey,ListInRoot> values)Set the property corresponding toRoot.getListInRoot()to the specified value. -
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)Return the specified augmentation, if it is present in this builder.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 @NonNull ListInRootListInRootBuilder. build()A newListInRootinstance.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)Construct a builder initialized with state from specifiedListInRoot.
-