public class HotKeyInfo extends AbstractModel
Constructor and Description |
---|
HotKeyInfo() |
Modifier and Type | Method and Description |
---|---|
Long |
getCount()
Get Count
|
String |
getKey()
Get Hot key
|
String |
getType()
Get Type
|
void |
setCount(Long Count)
Set Count
|
void |
setKey(String Key)
Set Hot key
|
void |
setType(String Type)
Set Type
|
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
- Hot keypublic String getType()
public void setType(String Type)
Type
- Typepublic Long getCount()
public void setCount(Long Count)
Count
- CountCopyright © 2020. All rights reserved.