public class ListTopDDoSDataRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ListTopDDoSDataRequest() |
ListTopDDoSDataRequest(ListTopDDoSDataRequest 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 |
getEndTime()
Get 查询Top数据的结束时间,格式为:2020-01-01 23:59:59
支持 90 天内数据查询,时间跨度要小于等于7天
|
String |
getMetric()
Get AttackIP表示查询攻击ip的top排行,AttackType表示攻击类型的top排行,为空默认为AttackType
|
String |
getStartTime()
Get 查询Top数据的开始时间,格式为:2020-01-01 00:00:00
|
Long |
getTopCount()
Get 查询Top的数量,不填默认值为10
|
void |
setEndTime(String EndTime)
Set 查询Top数据的结束时间,格式为:2020-01-01 23:59:59
支持 90 天内数据查询,时间跨度要小于等于7天
|
void |
setMetric(String Metric)
Set AttackIP表示查询攻击ip的top排行,AttackType表示攻击类型的top排行,为空默认为AttackType
|
void |
setStartTime(String StartTime)
Set 查询Top数据的开始时间,格式为:2020-01-01 00:00:00
|
void |
setTopCount(Long TopCount)
Set 查询Top的数量,不填默认值为10
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ListTopDDoSDataRequest()
public ListTopDDoSDataRequest(ListTopDDoSDataRequest source)
public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- 查询Top数据的开始时间,格式为:2020-01-01 00:00:00public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- 查询Top数据的结束时间,格式为:2020-01-01 23:59:59
支持 90 天内数据查询,时间跨度要小于等于7天public Long getTopCount()
public void setTopCount(Long TopCount)
TopCount
- 查询Top的数量,不填默认值为10public String getMetric()
public void setMetric(String Metric)
Metric
- AttackIP表示查询攻击ip的top排行,AttackType表示攻击类型的top排行,为空默认为AttackTypeCopyright © 2024. All rights reserved.