Class ListTopDDoSDataRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cdn.v20180606.models.ListTopDDoSDataRequest
-
public class ListTopDDoSDataRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEndTime()Get 查询Top数据的结束时间,格式为:2020-01-01 23:59:59 支持 90 天内数据查询,时间跨度要小于等于7天StringgetMetric()Get AttackIP表示查询攻击ip的top排行,AttackType表示攻击类型的top排行,为空默认为AttackTypeStringgetStartTime()Get 查询Top数据的开始时间,格式为:2020-01-01 00:00:00LonggetTopCount()Get 查询Top的数量,不填默认值为10voidsetEndTime(String EndTime)Set 查询Top数据的结束时间,格式为:2020-01-01 23:59:59 支持 90 天内数据查询,时间跨度要小于等于7天voidsetMetric(String Metric)Set AttackIP表示查询攻击ip的top排行,AttackType表示攻击类型的top排行,为空默认为AttackTypevoidsetStartTime(String StartTime)Set 查询Top数据的开始时间,格式为:2020-01-01 00:00:00voidsetTopCount(Long TopCount)Set 查询Top的数量,不填默认值为10voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ListTopDDoSDataRequest
public ListTopDDoSDataRequest()
-
ListTopDDoSDataRequest
public 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.
-
-
Method Detail
-
getStartTime
public String getStartTime()
Get 查询Top数据的开始时间,格式为:2020-01-01 00:00:00- Returns:
- StartTime 查询Top数据的开始时间,格式为:2020-01-01 00:00:00
-
setStartTime
public void setStartTime(String StartTime)
Set 查询Top数据的开始时间,格式为:2020-01-01 00:00:00- Parameters:
StartTime- 查询Top数据的开始时间,格式为:2020-01-01 00:00:00
-
getEndTime
public String getEndTime()
Get 查询Top数据的结束时间,格式为:2020-01-01 23:59:59 支持 90 天内数据查询,时间跨度要小于等于7天- Returns:
- EndTime 查询Top数据的结束时间,格式为:2020-01-01 23:59:59 支持 90 天内数据查询,时间跨度要小于等于7天
-
setEndTime
public void setEndTime(String EndTime)
Set 查询Top数据的结束时间,格式为:2020-01-01 23:59:59 支持 90 天内数据查询,时间跨度要小于等于7天- Parameters:
EndTime- 查询Top数据的结束时间,格式为:2020-01-01 23:59:59 支持 90 天内数据查询,时间跨度要小于等于7天
-
getTopCount
public Long getTopCount()
Get 查询Top的数量,不填默认值为10- Returns:
- TopCount 查询Top的数量,不填默认值为10
-
setTopCount
public void setTopCount(Long TopCount)
Set 查询Top的数量,不填默认值为10- Parameters:
TopCount- 查询Top的数量,不填默认值为10
-
getMetric
public String getMetric()
Get AttackIP表示查询攻击ip的top排行,AttackType表示攻击类型的top排行,为空默认为AttackType- Returns:
- Metric AttackIP表示查询攻击ip的top排行,AttackType表示攻击类型的top排行,为空默认为AttackType
-
setMetric
public void setMetric(String Metric)
Set AttackIP表示查询攻击ip的top排行,AttackType表示攻击类型的top排行,为空默认为AttackType- Parameters:
Metric- AttackIP表示查询攻击ip的top排行,AttackType表示攻击类型的top排行,为空默认为AttackType
-
-