Class DDoSTopData
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cdn.v20180606.models.DDoSTopData
-
public class DDoSTopData extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DDoSTopData()DDoSTopData(DDoSTopData 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 StringgetAttackType()Get 攻击类型LonggetValue()Get 攻击带宽,单位:bpsvoidsetAttackType(String AttackType)Set 攻击类型voidsetValue(Long Value)Set 攻击带宽,单位:bpsvoidtoMap(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
-
DDoSTopData
public DDoSTopData()
-
DDoSTopData
public DDoSTopData(DDoSTopData 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
-
getAttackType
public String getAttackType()
Get 攻击类型- Returns:
- AttackType 攻击类型
-
setAttackType
public void setAttackType(String AttackType)
Set 攻击类型- Parameters:
AttackType- 攻击类型
-
getValue
public Long getValue()
Get 攻击带宽,单位:bps- Returns:
- Value 攻击带宽,单位:bps
-
setValue
public void setValue(Long Value)
Set 攻击带宽,单位:bps- Parameters:
Value- 攻击带宽,单位:bps
-
-