Uses of Class
com.tencentcloudapi.omics.v20221128.models.RunOption
-
Packages that use RunOption Package Description com.tencentcloudapi.omics.v20221128.models -
-
Uses of RunOption in com.tencentcloudapi.omics.v20221128.models
Methods in com.tencentcloudapi.omics.v20221128.models that return RunOption Modifier and Type Method Description RunOptionRun. getOption()Get 运行选项。RunOptionRunApplicationRequest. getOption()Get 运行选项。RunOptionRunGroup. getOption()Get 运行选项。Methods in com.tencentcloudapi.omics.v20221128.models with parameters of type RunOption Modifier and Type Method Description voidRun. setOption(RunOption Option)Set 运行选项。voidRunApplicationRequest. setOption(RunOption Option)Set 运行选项。voidRunGroup. setOption(RunOption Option)Set 运行选项。Constructors in com.tencentcloudapi.omics.v20221128.models with parameters of type RunOption Constructor Description RunOption(RunOption source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-