public class DescribeDDosAllEventListRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
endTime
The end of the time range to query.
|
String |
eventType
The type of the DDoS attack events you want to query.
|
String |
ip |
Integer |
pageNumber
The number of the page to return.
|
Integer |
pageSize
The number of entries to return on each page.
|
Long |
startTime
The beginning of the time range to query.
|
| 构造器和说明 |
|---|
DescribeDDosAllEventListRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeDDosAllEventListRequest |
build(Map<String,?> map) |
Long |
getEndTime() |
String |
getEventType() |
String |
getIp() |
Integer |
getPageNumber() |
Integer |
getPageSize() |
Long |
getStartTime() |
DescribeDDosAllEventListRequest |
setEndTime(Long endTime) |
DescribeDDosAllEventListRequest |
setEventType(String eventType) |
DescribeDDosAllEventListRequest |
setIp(String ip) |
DescribeDDosAllEventListRequest |
setPageNumber(Integer pageNumber) |
DescribeDDosAllEventListRequest |
setPageSize(Integer pageSize) |
DescribeDDosAllEventListRequest |
setStartTime(Long startTime) |
@NameInMap(value="EndTime") public Long endTime
The end of the time range to query. The DDoS attack events occur before EndTime are queried. This value is a UNIX timestamp. Unit: seconds.
This parameter is required.
example:1640966399
@NameInMap(value="EventType") public String eventType
The type of the DDoS attack events you want to query. Valid values:
If you want to query multiple types of DDoS attack events, separate them with commas (,).
If you do not configure this parameter, DDoS attack events of all types are queried.
example:defense
@NameInMap(value="Ip") public String ip
@NameInMap(value="PageNumber") public Integer pageNumber
The number of the page to return.
This parameter is required.
example:1
@NameInMap(value="PageSize") public Integer pageSize
The number of entries to return on each page.
This parameter is required.
example:10
@NameInMap(value="StartTime") public Long startTime
The beginning of the time range to query. The DDoS attack events occur after StartTime are queried. This value is a UNIX timestamp. Unit: seconds.
This parameter is required.
example:1609430400
public static DescribeDDosAllEventListRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeDDosAllEventListRequest setEndTime(Long endTime)
public Long getEndTime()
public DescribeDDosAllEventListRequest setEventType(String eventType)
public String getEventType()
public DescribeDDosAllEventListRequest setIp(String ip)
public String getIp()
public DescribeDDosAllEventListRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public DescribeDDosAllEventListRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public DescribeDDosAllEventListRequest setStartTime(Long startTime)
public Long getStartTime()
Copyright © 2026. All rights reserved.