Uses of Class
com.tencentcloudapi.dbbrain.v20191016.models.SlowLogTopSqlItem
-
Packages that use SlowLogTopSqlItem Package Description com.tencentcloudapi.dbbrain.v20191016.models -
-
Uses of SlowLogTopSqlItem in com.tencentcloudapi.dbbrain.v20191016.models
Methods in com.tencentcloudapi.dbbrain.v20191016.models that return SlowLogTopSqlItem Modifier and Type Method Description SlowLogTopSqlItem[]DescribeSlowLogTopSqlsResponse. getRows()Get 慢日志 top sql 列表Methods in com.tencentcloudapi.dbbrain.v20191016.models with parameters of type SlowLogTopSqlItem Modifier and Type Method Description voidDescribeSlowLogTopSqlsResponse. setRows(SlowLogTopSqlItem[] Rows)Set 慢日志 top sql 列表Constructors in com.tencentcloudapi.dbbrain.v20191016.models with parameters of type SlowLogTopSqlItem Constructor Description SlowLogTopSqlItem(SlowLogTopSqlItem 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.
-