public class HotKeyInfo extends AbstractModel
构造器和说明 |
---|
HotKeyInfo() |
限定符和类型 | 方法和说明 |
---|---|
Integer |
getCount()
获取数量
|
String |
getKey()
获取热Key
|
String |
getType()
获取类型
|
void |
setCount(Integer Count)
设置数量
|
void |
setKey(String Key)
设置热Key
|
void |
setType(String Type)
设置类型
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getKey()
public void setKey(String Key)
Key
- 热Keypublic String getType()
public void setType(String Type)
Type
- 类型public Integer getCount()
public void setCount(Integer Count)
Count
- 数量Copyright © 2019. All rights reserved.