public class BotSortBy extends AbstractModel
Constructor and Description |
---|
BotSortBy() |
BotSortBy(BotSortBy 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 |
---|---|
String |
getKey()
Get 排序参数名称, 取值为:timestamp, nums, session_duration,score.total,stat.avg_speed分别表示按照:最新检测时间,会话总次数,会话持续时间,BOT得分,平均速率排序
|
String |
getSequence()
Get asc/desc
|
void |
setKey(String Key)
Set 排序参数名称, 取值为:timestamp, nums, session_duration,score.total,stat.avg_speed分别表示按照:最新检测时间,会话总次数,会话持续时间,BOT得分,平均速率排序
|
void |
setSequence(String Sequence)
Set asc/desc
|
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 BotSortBy()
public BotSortBy(BotSortBy source)
public String getKey()
public void setKey(String Key)
Key
- 排序参数名称, 取值为:timestamp, nums, session_duration,score.total,stat.avg_speed分别表示按照:最新检测时间,会话总次数,会话持续时间,BOT得分,平均速率排序public String getSequence()
public void setSequence(String Sequence)
Sequence
- asc/descCopyright © 2022. All rights reserved.