Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105.test.exec.OuterListKey
-
-
Uses of OuterListKey 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 OuterListKey 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 OuterListKey Modifier and Type Method Description TestExecBuilderTestExecBuilder. setOuterList(Map<OuterListKey,OuterList> values) -
Uses of OuterListKey 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 OuterListKey Modifier and Type Method Description OuterListKeyOuterList. key()OuterListKeyOuterListBuilder. key()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105.test.exec with parameters of type OuterListKey Modifier and Type Method Description OuterListBuilderOuterListBuilder. withKey(OuterListKey key)Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105.test.exec with parameters of type OuterListKey Constructor Description OuterListKey(OuterListKey source)Creates a copy from Source Object.
-