public class DDosMajorAttackEvent extends AbstractModel
header, skipSign| 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 Maximum attack bandwidth 
 | 
Long | 
getAttackTime()
Get Attack time in seconds 
 | 
Long | 
getPolicyId()
Get DDoS policy group ID 
 | 
void | 
setAttackMaxBandWidth(Long AttackMaxBandWidth)
Set Maximum attack bandwidth 
 | 
void | 
setAttackTime(Long AttackTime)
Set Attack time in seconds 
 | 
void | 
setPolicyId(Long PolicyId)
Set DDoS policy group ID 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DDosMajorAttackEvent()
public DDosMajorAttackEvent(DDosMajorAttackEvent source)
public Long getPolicyId()
public void setPolicyId(Long PolicyId)
PolicyId - DDoS policy group IDpublic Long getAttackMaxBandWidth()
public void setAttackMaxBandWidth(Long AttackMaxBandWidth)
AttackMaxBandWidth - Maximum attack bandwidthpublic Long getAttackTime()
public void setAttackTime(Long AttackTime)
AttackTime - Attack time in secondsCopyright © 2025. All rights reserved.