Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105.test.exec.OuterList
-
-
Uses of OuterList in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105 that return types with arguments of type OuterList Modifier and Type Method Description @Nullable Map<OuterListKey,OuterList>TestExec. getOuterList()Return outerList, ornullif it is not present.Map<OuterListKey,OuterList>TestExecBuilder. getOuterList()default @NonNull Map<OuterListKey,OuterList>TestExec. nonnullOuterList()Return outerList, 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 with type arguments of type OuterList Modifier and Type Method Description TestExecBuilderTestExecBuilder. setOuterList(List<OuterList> values)Deprecated, for removal: This API element is subject to removal in a future version.UseTestExecBuilder.setOuterList(Map)instead.TestExecBuilderTestExecBuilder. setOuterList(Map<OuterListKey,OuterList> values) -
Uses of OuterList 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 with type parameters of type OuterList Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<OuterList>>
E$$OuterListBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105.test.exec that return OuterList Modifier and Type Method Description OuterListOuterListBuilder. build()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105.test.exec that return types with arguments of type OuterList Modifier and Type Method Description default Class<OuterList>OuterList. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105.test.exec with parameters of type OuterList Modifier and Type Method Description static booleanOuterList. bindingEquals(@NonNull OuterList thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intOuterList. bindingHashCode(@NonNull OuterList obj)Default implementation ofObject.hashCode()contract for this interface.static StringOuterList. bindingToString(@NonNull OuterList 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 with type arguments of type OuterList Modifier and Type Method Description OuterListBuilderOuterListBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<OuterList> augmentation)Add an augmentation to this builder's product.OuterListBuilderOuterListBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<OuterList>> 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 with parameters of type OuterList Constructor Description OuterListBuilder(OuterList base)
-