public class DDosMajorAttackEvent extends AbstractModel
Constructor and Description |
---|
DDosMajorAttackEvent() |
DDosMajorAttackEvent(DDosMajorAttackEvent 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 |
---|---|
Long |
getAttackMaxBandWidth()
Get 攻击最大带宽
|
Long |
getAttackTime()
Get 攻击时间 单位为s
|
Long |
getPolicyId()
Get ddos 策略组id
|
void |
setAttackMaxBandWidth(Long AttackMaxBandWidth)
Set 攻击最大带宽
|
void |
setAttackTime(Long AttackTime)
Set 攻击时间 单位为s
|
void |
setPolicyId(Long PolicyId)
Set ddos 策略组id
|
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 DDosMajorAttackEvent()
public DDosMajorAttackEvent(DDosMajorAttackEvent source)
public Long getPolicyId()
public void setPolicyId(Long PolicyId)
PolicyId
- ddos 策略组idpublic Long getAttackMaxBandWidth()
public void setAttackMaxBandWidth(Long AttackMaxBandWidth)
AttackMaxBandWidth
- 攻击最大带宽public Long getAttackTime()
public void setAttackTime(Long AttackTime)
AttackTime
- 攻击时间 单位为sCopyright © 2022. All rights reserved.