Class HotKeyInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.redis.v20180412.models.HotKeyInfo
-
public class HotKeyInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description HotKeyInfo()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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetCount()Get 数量StringgetKey()Get 热KeyStringgetType()Get 类型voidsetCount(Long Count)Set 数量voidsetKey(String Key)Set 热KeyvoidsetType(String Type)Set 类型voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
HotKeyInfo
public HotKeyInfo()
-
HotKeyInfo
public 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.
-
-
Method Detail
-
getKey
public String getKey()
Get 热Key- Returns:
- Key 热Key
-
setKey
public void setKey(String Key)
Set 热Key- Parameters:
Key- 热Key
-
getType
public String getType()
Get 类型- Returns:
- Type 类型
-
setType
public void setType(String Type)
Set 类型- Parameters:
Type- 类型
-
getCount
public Long getCount()
Get 数量- Returns:
- Count 数量
-
setCount
public void setCount(Long Count)
Set 数量- Parameters:
Count- 数量
-
-