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 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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public HotKeyInfo()
public HotKeyInfo(HotKeyInfo source)
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 © 2024. All rights reserved.