public class DescribeDDoSEventsRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
endTime
The end of the time range to query.
|
List<String> |
instanceIds
The ID of the instance.
|
Integer |
pageNumber
The number of the page to return.
|
Integer |
pageSize
The number of entries to return on each page.
|
String |
resourceGroupId
The ID of the resource group to which the instance belongs in Resource Management.
|
Long |
startTime
The beginning of the time range to query.
|
| 构造器和说明 |
|---|
DescribeDDoSEventsRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeDDoSEventsRequest |
build(Map<String,?> map) |
Long |
getEndTime() |
List<String> |
getInstanceIds() |
Integer |
getPageNumber() |
Integer |
getPageSize() |
String |
getResourceGroupId() |
Long |
getStartTime() |
DescribeDDoSEventsRequest |
setEndTime(Long endTime) |
DescribeDDoSEventsRequest |
setInstanceIds(List<String> instanceIds) |
DescribeDDoSEventsRequest |
setPageNumber(Integer pageNumber) |
DescribeDDoSEventsRequest |
setPageSize(Integer pageSize) |
DescribeDDoSEventsRequest |
setResourceGroupId(String resourceGroupId) |
DescribeDDoSEventsRequest |
setStartTime(Long startTime) |
@NameInMap(value="EndTime") public Long endTime
The end of the time range to query. The value is a UNIX timestamp. Unit: seconds.
example:This UNIX timestamp must indicate a point in time that is accurate to the minute.
1583683200
@NameInMap(value="InstanceIds") public List<String> instanceIds
The ID of the instance.
You can call the DescribeInstanceIds operation to query the IDs of all instances.
This parameter is required.
example:ddoscoo-cn-mp91j1ao****
@NameInMap(value="PageNumber") public Integer pageNumber
The number of the page to return. For example, to query the returned results on the first page, set the value to 1.
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="ResourceGroupId") public String resourceGroupId
The ID of the resource group to which the instance belongs in Resource Management. This parameter is empty by default, which indicates that the instance belongs to the default resource group.
example:default
@NameInMap(value="StartTime") public Long startTime
The beginning of the time range to query. The value is a UNIX timestamp. Unit: seconds.
This UNIX timestamp must indicate a point in time that is accurate to the minute.
This parameter is required.
example:1582992000
public static DescribeDDoSEventsRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeDDoSEventsRequest setEndTime(Long endTime)
public Long getEndTime()
public DescribeDDoSEventsRequest setInstanceIds(List<String> instanceIds)
public DescribeDDoSEventsRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public DescribeDDoSEventsRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public DescribeDDoSEventsRequest setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public DescribeDDoSEventsRequest setStartTime(Long startTime)
public Long getStartTime()
Copyright © 2026. All rights reserved.