Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105.test.exec.outer.list.InnerList
-
-
Uses of InnerList in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105.test.exec
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105.test.exec that return types with arguments of type InnerList Modifier and Type Method Description @Nullable Map<InnerListKey,InnerList>OuterList. getInnerList()Return innerList, ornullif it is not present.Map<InnerListKey,InnerList>OuterListBuilder. getInnerList()default @NonNull Map<InnerListKey,InnerList>OuterList. nonnullInnerList()Return innerList, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105.test.exec with type arguments of type InnerList Modifier and Type Method Description OuterListBuilderOuterListBuilder. setInnerList(List<InnerList> values)Deprecated, for removal: This API element is subject to removal in a future version.UseOuterListBuilder.setInnerList(Map)instead.OuterListBuilderOuterListBuilder. setInnerList(Map<InnerListKey,InnerList> values) -
Uses of InnerList in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105.test.exec.outer.list
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105.test.exec.outer.list with type parameters of type InnerList Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<InnerList>>
E$$InnerListBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105.test.exec.outer.list that return InnerList Modifier and Type Method Description InnerListInnerListBuilder. build()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105.test.exec.outer.list that return types with arguments of type InnerList Modifier and Type Method Description default Class<InnerList>InnerList. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105.test.exec.outer.list with parameters of type InnerList Modifier and Type Method Description static booleanInnerList. bindingEquals(@NonNull InnerList thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intInnerList. bindingHashCode(@NonNull InnerList obj)Default implementation ofObject.hashCode()contract for this interface.static StringInnerList. bindingToString(@NonNull InnerList obj)Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105.test.exec.outer.list with type arguments of type InnerList Modifier and Type Method Description InnerListBuilderInnerListBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<InnerList> augmentation)Add an augmentation to this builder's product.InnerListBuilderInnerListBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<InnerList>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105.test.exec.outer.list with parameters of type InnerList Constructor Description InnerListBuilder(InnerList base)
-