public class DDoSTopData extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getAttackType()
Get 攻击类型
|
Long |
getValue()
Get 攻击带宽,单位:bps
|
void |
setAttackType(String AttackType)
Set 攻击类型
|
void |
setValue(Long Value)
Set 攻击带宽,单位:bps
|
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 DDoSTopData()
public DDoSTopData(DDoSTopData source)
public String getAttackType()
public void setAttackType(String AttackType)
AttackType
- 攻击类型public Long getValue()
public void setValue(Long Value)
Value
- 攻击带宽,单位:bpsCopyright © 2022. All rights reserved.