public class DDoSEventRecord extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DDoSEventRecord() | 
| DDoSEventRecord(DDoSEventRecord 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 | getAttackStatus()Get 攻击状态,取值[0(攻击中), 1(攻击结束)] | 
| String | getAttackType()Get 攻击类型 | 
| Long | getBlockFlag()Get 是否被封堵,取值[1(是),0(否),2(无效值)] | 
| String | getBusiness()Get 大禹子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版;basic表示DDoS基础防护) | 
| String | getEndTime()Get 攻击结束时间 | 
| String | getEventId()Get 攻击事件Id
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getId()Get 资源ID | 
| Long | getMbps()Get 攻击最大带宽 | 
| String | getOverLoad()Get 是否超过弹性防护峰值,取值取值[yes(是),no(否),空字符串(未知值)] | 
| Long | getPps()Get 攻击最大包速率 | 
| String | getResourceName()Get 资源名称
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getStartTime()Get 攻击开始时间 | 
| String | getVip()Get 资源的IP | 
| void | setAttackStatus(Long AttackStatus)Set 攻击状态,取值[0(攻击中), 1(攻击结束)] | 
| void | setAttackType(String AttackType)Set 攻击类型 | 
| void | setBlockFlag(Long BlockFlag)Set 是否被封堵,取值[1(是),0(否),2(无效值)] | 
| void | setBusiness(String Business)Set 大禹子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版;basic表示DDoS基础防护) | 
| void | setEndTime(String EndTime)Set 攻击结束时间 | 
| void | setEventId(String EventId)Set 攻击事件Id
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setId(String Id)Set 资源ID | 
| void | setMbps(Long Mbps)Set 攻击最大带宽 | 
| void | setOverLoad(String OverLoad)Set 是否超过弹性防护峰值,取值取值[yes(是),no(否),空字符串(未知值)] | 
| void | setPps(Long Pps)Set 攻击最大包速率 | 
| void | setResourceName(String ResourceName)Set 资源名称
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setStartTime(String StartTime)Set 攻击开始时间 | 
| void | setVip(String Vip)Set 资源的IP | 
| 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 DDoSEventRecord()
public DDoSEventRecord(DDoSEventRecord source)
public String getBusiness()
public void setBusiness(String Business)
Business - 大禹子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版;basic表示DDoS基础防护)public String getId()
public void setId(String Id)
Id - 资源IDpublic String getVip()
public void setVip(String Vip)
Vip - 资源的IPpublic String getStartTime()
public void setStartTime(String StartTime)
StartTime - 攻击开始时间public String getEndTime()
public void setEndTime(String EndTime)
EndTime - 攻击结束时间public Long getMbps()
public void setMbps(Long Mbps)
Mbps - 攻击最大带宽public Long getPps()
public void setPps(Long Pps)
Pps - 攻击最大包速率public String getAttackType()
public void setAttackType(String AttackType)
AttackType - 攻击类型public Long getBlockFlag()
public void setBlockFlag(Long BlockFlag)
BlockFlag - 是否被封堵,取值[1(是),0(否),2(无效值)]public String getOverLoad()
public void setOverLoad(String OverLoad)
OverLoad - 是否超过弹性防护峰值,取值取值[yes(是),no(否),空字符串(未知值)]public Long getAttackStatus()
public void setAttackStatus(Long AttackStatus)
AttackStatus - 攻击状态,取值[0(攻击中), 1(攻击结束)]public String getResourceName()
public void setResourceName(String ResourceName)
ResourceName - 资源名称
注意:此字段可能返回 null,表示取不到有效值。public String getEventId()
public void setEventId(String EventId)
EventId - 攻击事件Id
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.