Uses of Class
com.tencentcloudapi.omics.v20221128.models.Run
-
Packages that use Run Package Description com.tencentcloudapi.omics.v20221128.models -
-
Uses of Run in com.tencentcloudapi.omics.v20221128.models
Methods in com.tencentcloudapi.omics.v20221128.models that return Run Modifier and Type Method Description Run[]DescribeRunsResponse. getRuns()Get 任务列表。Methods in com.tencentcloudapi.omics.v20221128.models with parameters of type Run Modifier and Type Method Description voidDescribeRunsResponse. setRuns(Run[] Runs)Set 任务列表。Constructors in com.tencentcloudapi.omics.v20221128.models with parameters of type Run Constructor Description Run(Run 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.
-