Uses of Class
com.tencentcloudapi.redis.v20180412.models.HotKeyInfo
-
Packages that use HotKeyInfo Package Description com.tencentcloudapi.redis.v20180412.models -
-
Uses of HotKeyInfo in com.tencentcloudapi.redis.v20180412.models
Methods in com.tencentcloudapi.redis.v20180412.models that return HotKeyInfo Modifier and Type Method Description HotKeyInfo[]DescribeInstanceMonitorHotKeyResponse. getData()Get 热Key详细信息Methods in com.tencentcloudapi.redis.v20180412.models with parameters of type HotKeyInfo Modifier and Type Method Description voidDescribeInstanceMonitorHotKeyResponse. setData(HotKeyInfo[] Data)Set 热Key详细信息Constructors in com.tencentcloudapi.redis.v20180412.models with parameters of type HotKeyInfo Constructor Description HotKeyInfo(HotKeyInfo 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.
-