Class DescribeOverviewAttackTrendRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.antiddos.v20200309.models.DescribeOverviewAttackTrendRequest
-
public class DescribeOverviewAttackTrendRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeOverviewAttackTrendRequest()DescribeOverviewAttackTrendRequest(DescribeOverviewAttackTrendRequest 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 StringgetDimension()Get 纬度,当前仅支持attackcountStringgetEndTime()Get 防护概览攻击趋势结束时间LonggetPeriod()Get 周期,当前仅支持86400StringgetStartTime()Get 防护概览攻击趋势开始时间StringgetType()Get 攻击类型,取值ddos, ccvoidsetDimension(String Dimension)Set 纬度,当前仅支持attackcountvoidsetEndTime(String EndTime)Set 防护概览攻击趋势结束时间voidsetPeriod(Long Period)Set 周期,当前仅支持86400voidsetStartTime(String StartTime)Set 防护概览攻击趋势开始时间voidsetType(String Type)Set 攻击类型,取值ddos, ccvoidtoMap(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
-
DescribeOverviewAttackTrendRequest
public DescribeOverviewAttackTrendRequest()
-
DescribeOverviewAttackTrendRequest
public DescribeOverviewAttackTrendRequest(DescribeOverviewAttackTrendRequest 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
-
getType
public String getType()
Get 攻击类型,取值ddos, cc- Returns:
- Type 攻击类型,取值ddos, cc
-
setType
public void setType(String Type)
Set 攻击类型,取值ddos, cc- Parameters:
Type- 攻击类型,取值ddos, cc
-
getDimension
public String getDimension()
Get 纬度,当前仅支持attackcount- Returns:
- Dimension 纬度,当前仅支持attackcount
-
setDimension
public void setDimension(String Dimension)
Set 纬度,当前仅支持attackcount- Parameters:
Dimension- 纬度,当前仅支持attackcount
-
getPeriod
public Long getPeriod()
Get 周期,当前仅支持86400- Returns:
- Period 周期,当前仅支持86400
-
setPeriod
public void setPeriod(Long Period)
Set 周期,当前仅支持86400- Parameters:
Period- 周期,当前仅支持86400
-
getStartTime
public String getStartTime()
Get 防护概览攻击趋势开始时间- Returns:
- StartTime 防护概览攻击趋势开始时间
-
setStartTime
public void setStartTime(String StartTime)
Set 防护概览攻击趋势开始时间- Parameters:
StartTime- 防护概览攻击趋势开始时间
-
getEndTime
public String getEndTime()
Get 防护概览攻击趋势结束时间- Returns:
- EndTime 防护概览攻击趋势结束时间
-
setEndTime
public void setEndTime(String EndTime)
Set 防护概览攻击趋势结束时间- Parameters:
EndTime- 防护概览攻击趋势结束时间
-
-