Uses of Class
com.tencentcloudapi.omics.v20221128.models.TableRow
-
Packages that use TableRow Package Description com.tencentcloudapi.omics.v20221128.models -
-
Uses of TableRow in com.tencentcloudapi.omics.v20221128.models
Methods in com.tencentcloudapi.omics.v20221128.models that return TableRow Modifier and Type Method Description TableRow[]DescribeTablesRowsResponse. getRows()Get 表格行列表。Methods in com.tencentcloudapi.omics.v20221128.models with parameters of type TableRow Modifier and Type Method Description voidDescribeTablesRowsResponse. setRows(TableRow[] Rows)Set 表格行列表。Constructors in com.tencentcloudapi.omics.v20221128.models with parameters of type TableRow Constructor Description TableRow(TableRow 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.
-