Uses of Class
com.tencentcloudapi.mariadb.v20170312.models.SlowLogData
-
Packages that use SlowLogData Package Description com.tencentcloudapi.mariadb.v20170312.models -
-
Uses of SlowLogData in com.tencentcloudapi.mariadb.v20170312.models
Methods in com.tencentcloudapi.mariadb.v20170312.models that return SlowLogData Modifier and Type Method Description SlowLogData[]DescribeDBSlowLogsResponse. getData()Get 慢查询日志数据Methods in com.tencentcloudapi.mariadb.v20170312.models with parameters of type SlowLogData Modifier and Type Method Description voidDescribeDBSlowLogsResponse. setData(SlowLogData[] Data)Set 慢查询日志数据Constructors in com.tencentcloudapi.mariadb.v20170312.models with parameters of type SlowLogData Constructor Description SlowLogData(SlowLogData 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.
-