public class DescribeDDosEventAreaRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
eventType
The type of the attack event that you want to query.
|
String |
ip
The IP address of the attacked Anti-DDoS Pro or Anti-DDoS Premium instance.
|
Long |
range |
Long |
startTime
The UNIX timestamp when the query starts.
|
| 构造器和说明 |
|---|
DescribeDDosEventAreaRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeDDosEventAreaRequest |
build(Map<String,?> map) |
String |
getEventType() |
String |
getIp() |
Long |
getRange() |
Long |
getStartTime() |
DescribeDDosEventAreaRequest |
setEventType(String eventType) |
DescribeDDosEventAreaRequest |
setIp(String ip) |
DescribeDDosEventAreaRequest |
setRange(Long range) |
DescribeDDosEventAreaRequest |
setStartTime(Long startTime) |
@NameInMap(value="EventType") public String eventType
The type of the attack event that you want to query. Valid values:
This parameter is required.
example:defense
@NameInMap(value="Ip") public String ip
The IP address of the attacked Anti-DDoS Pro or Anti-DDoS Premium instance.
This parameter is required.
example:203...199
@NameInMap(value="Range") public Long range
@NameInMap(value="StartTime") public Long startTime
The UNIX timestamp when the query starts. Unit: seconds.
You can call the DescribeDDosAllEventList operation to query the beginning time of all attack events.
This parameter is required.
example:1598948471
public static DescribeDDosEventAreaRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeDDosEventAreaRequest setEventType(String eventType)
public String getEventType()
public DescribeDDosEventAreaRequest setIp(String ip)
public String getIp()
public DescribeDDosEventAreaRequest setRange(Long range)
public Long getRange()
public DescribeDDosEventAreaRequest setStartTime(Long startTime)
public Long getStartTime()
Copyright © 2026. All rights reserved.