Uses of Class
com.tencentcloudapi.redis.v20180412.models.TendisSlowLogDetail
-
Packages that use TendisSlowLogDetail Package Description com.tencentcloudapi.redis.v20180412.models -
-
Uses of TendisSlowLogDetail in com.tencentcloudapi.redis.v20180412.models
Methods in com.tencentcloudapi.redis.v20180412.models that return TendisSlowLogDetail Modifier and Type Method Description TendisSlowLogDetail[]DescribeTendisSlowLogResponse. getTendisSlowLogDetail()Get 慢查询详情Methods in com.tencentcloudapi.redis.v20180412.models with parameters of type TendisSlowLogDetail Modifier and Type Method Description voidDescribeTendisSlowLogResponse. setTendisSlowLogDetail(TendisSlowLogDetail[] TendisSlowLogDetail)Set 慢查询详情Constructors in com.tencentcloudapi.redis.v20180412.models with parameters of type TendisSlowLogDetail Constructor Description TendisSlowLogDetail(TendisSlowLogDetail 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.
-