public class DDoSAttackEvent extends AbstractModel
header, skipSign
Constructor and Description |
---|
DDoSAttackEvent() |
DDoSAttackEvent(DDoSAttackEvent 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 |
getArea()
Get Geolocation scope.
|
Long |
getAttackEndTime()
Get The attack end time recorded in seconds.
|
Long |
getAttackMaxBandWidth()
Get The maximum attack bandwidth.
|
Long |
getAttackPacketMaxRate()
Get The peak attack packet rate.
|
Long |
getAttackStartTime()
Get The attack start time recorded in seconds.
|
Long |
getAttackStatus()
Get The attack status.
|
String |
getAttackType()
Get The attack type.
|
DDoSBlockData[] |
getDDoSBlockData()
Get The blocking time of a DDoS attack.
|
String |
getEventId()
Get The event ID.
|
Long |
getPolicyId()
Get The DDoS policy ID.
|
String |
getZoneId()
Get The site ID.
|
void |
setArea(String Area)
Set Geolocation scope.
|
void |
setAttackEndTime(Long AttackEndTime)
Set The attack end time recorded in seconds.
|
void |
setAttackMaxBandWidth(Long AttackMaxBandWidth)
Set The maximum attack bandwidth.
|
void |
setAttackPacketMaxRate(Long AttackPacketMaxRate)
Set The peak attack packet rate.
|
void |
setAttackStartTime(Long AttackStartTime)
Set The attack start time recorded in seconds.
|
void |
setAttackStatus(Long AttackStatus)
Set The attack status.
|
void |
setAttackType(String AttackType)
Set The attack type.
|
void |
setDDoSBlockData(DDoSBlockData[] DDoSBlockData)
Set The blocking time of a DDoS attack.
|
void |
setEventId(String EventId)
Set The event ID.
|
void |
setPolicyId(Long PolicyId)
Set The DDoS policy ID.
|
void |
setZoneId(String ZoneId)
Set The site ID.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DDoSAttackEvent()
public DDoSAttackEvent(DDoSAttackEvent source)
public String getEventId()
public void setEventId(String EventId)
EventId
- The event ID.public String getAttackType()
public void setAttackType(String AttackType)
AttackType
- The attack type.public Long getAttackStatus()
public void setAttackStatus(Long AttackStatus)
AttackStatus
- The attack status.public Long getAttackMaxBandWidth()
public void setAttackMaxBandWidth(Long AttackMaxBandWidth)
AttackMaxBandWidth
- The maximum attack bandwidth.public Long getAttackPacketMaxRate()
public void setAttackPacketMaxRate(Long AttackPacketMaxRate)
AttackPacketMaxRate
- The peak attack packet rate.public Long getAttackStartTime()
public void setAttackStartTime(Long AttackStartTime)
AttackStartTime
- The attack start time recorded in seconds.public Long getAttackEndTime()
public void setAttackEndTime(Long AttackEndTime)
AttackEndTime
- The attack end time recorded in seconds.public Long getPolicyId()
public void setPolicyId(Long PolicyId)
PolicyId
- The DDoS policy ID.
Note: This field may return `null`, indicating that no valid value was found.public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- The site ID.
Note: This field may return `null`, indicating that no valid value was found.public String getArea()
public void setArea(String Area)
Area
- Geolocation scope. Values:
public DDoSBlockData[] getDDoSBlockData()
public void setDDoSBlockData(DDoSBlockData[] DDoSBlockData)
DDoSBlockData
- The blocking time of a DDoS attack.
Note: This field may return `null`, indicating that no valid value was found.Copyright © 2024. All rights reserved.