public class HotKeyInfo extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getCount()Get 某段时间内热 Key 的访问次数 | 
| String | getKey()Get 热 Key 的名称。 | 
| String | getType()Get Key 类型。 | 
| void | setCount(Long Count)Set 某段时间内热 Key 的访问次数 | 
| void | setKey(String Key)Set 热 Key 的名称。 | 
| void | setType(String Type)Set Key 类型。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic HotKeyInfo()
public HotKeyInfo(HotKeyInfo source)
public String getKey()
public void setKey(String Key)
Key - 热 Key 的名称。public String getType()
public void setType(String Type)
Type - Key 类型。public Long getCount()
public void setCount(Long Count)
Count - 某段时间内热 Key 的访问次数Copyright © 2025. All rights reserved.