Uses of Class
com.tencentcloudapi.postgres.v20170312.models.SlowlogDetail
-
Packages that use SlowlogDetail Package Description com.tencentcloudapi.postgres.v20170312.models -
-
Uses of SlowlogDetail in com.tencentcloudapi.postgres.v20170312.models
Methods in com.tencentcloudapi.postgres.v20170312.models that return SlowlogDetail Modifier and Type Method Description SlowlogDetail
DescribeDBSlowlogsResponse. getDetail()
Get 慢查询日志详情Methods in com.tencentcloudapi.postgres.v20170312.models with parameters of type SlowlogDetail Modifier and Type Method Description void
DescribeDBSlowlogsResponse. setDetail(SlowlogDetail Detail)
Set 慢查询日志详情Constructors in com.tencentcloudapi.postgres.v20170312.models with parameters of type SlowlogDetail Constructor Description SlowlogDetail(SlowlogDetail 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.
-