Uses of Class
com.tencentcloudapi.omics.v20221128.models.DescribeTablesRowsRequest
-
Packages that use DescribeTablesRowsRequest Package Description com.tencentcloudapi.omics.v20221128 com.tencentcloudapi.omics.v20221128.models -
-
Uses of DescribeTablesRowsRequest in com.tencentcloudapi.omics.v20221128
Methods in com.tencentcloudapi.omics.v20221128 with parameters of type DescribeTablesRowsRequest Modifier and Type Method Description DescribeTablesRowsResponseOmicsClient. DescribeTablesRows(DescribeTablesRowsRequest req)查询表格行数据。 -
Uses of DescribeTablesRowsRequest in com.tencentcloudapi.omics.v20221128.models
Constructors in com.tencentcloudapi.omics.v20221128.models with parameters of type DescribeTablesRowsRequest Constructor Description DescribeTablesRowsRequest(DescribeTablesRowsRequest 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.
-