public class HotKeyInfo extends AbstractModel
Constructor and Description |
---|
HotKeyInfo() |
Modifier and Type | Method and Description |
---|---|
Long |
getCount()
Get 数量
|
String |
getKey()
Get 热Key
|
String |
getType()
Get 类型
|
void |
setCount(Long Count)
Set 数量
|
void |
setKey(String Key)
Set 热Key
|
void |
setType(String Type)
Set 类型
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
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 Long getCount()
public void setCount(Long Count)
Count
- 数量Copyright © 2020. All rights reserved.