public class DescribeDDosEventIspRequest
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.
|
| 构造器和说明 |
|---|
DescribeDDosEventIspRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeDDosEventIspRequest |
build(Map<String,?> map) |
String |
getEventType() |
String |
getIp() |
Long |
getRange() |
Long |
getStartTime() |
DescribeDDosEventIspRequest |
setEventType(String eventType) |
DescribeDDosEventIspRequest |
setIp(String ip) |
DescribeDDosEventIspRequest |
setRange(Long range) |
DescribeDDosEventIspRequest |
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 DescribeDDosEventIspRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeDDosEventIspRequest setEventType(String eventType)
public String getEventType()
public DescribeDDosEventIspRequest setIp(String ip)
public String getIp()
public DescribeDDosEventIspRequest setRange(Long range)
public Long getRange()
public DescribeDDosEventIspRequest setStartTime(Long startTime)
public Long getStartTime()
Copyright © 2026. All rights reserved.