public class DDoSAttackBandwidthData extends AbstractModel
Constructor and Description |
---|
DDoSAttackBandwidthData() |
DDoSAttackBandwidthData(DDoSAttackBandwidthData 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 ddos攻击类型,当值为all的时候表示所有的攻击类型的总带宽峰值
|
String |
getTime()
Get 攻击时间点
|
Float |
getValue()
Get ddos攻击带宽大小
|
void |
setAttackType(String AttackType)
Set ddos攻击类型,当值为all的时候表示所有的攻击类型的总带宽峰值
|
void |
setTime(String Time)
Set 攻击时间点
|
void |
setValue(Float Value)
Set ddos攻击带宽大小
|
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 DDoSAttackBandwidthData()
public DDoSAttackBandwidthData(DDoSAttackBandwidthData source)
public String getAttackType()
public void setAttackType(String AttackType)
AttackType
- ddos攻击类型,当值为all的时候表示所有的攻击类型的总带宽峰值public Float getValue()
public void setValue(Float Value)
Value
- ddos攻击带宽大小public String getTime()
public void setTime(String Time)
Time
- 攻击时间点Copyright © 2023. All rights reserved.