public class DescribeDefenseRecordsRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
endTime
The end of the time range to query.
|
String |
instanceId
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.
|
| 构造器和说明 |
|---|
DescribeDefenseRecordsRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeDefenseRecordsRequest |
build(Map<String,?> map) |
Long |
getEndTime() |
String |
getInstanceId() |
Integer |
getPageNumber() |
Integer |
getPageSize() |
String |
getResourceGroupId() |
Long |
getStartTime() |
DescribeDefenseRecordsRequest |
setEndTime(Long endTime) |
DescribeDefenseRecordsRequest |
setInstanceId(String instanceId) |
DescribeDefenseRecordsRequest |
setPageNumber(Integer pageNumber) |
DescribeDefenseRecordsRequest |
setPageSize(Integer pageSize) |
DescribeDefenseRecordsRequest |
setResourceGroupId(String resourceGroupId) |
DescribeDefenseRecordsRequest |
setStartTime(Long startTime) |
@NameInMap(value="EndTime") public Long endTime
The end of the time range to query. This value is a UNIX timestamp. Units: miliseconds.
The time must be in the latest 90 days.
This parameter is required.
example:1583683200000
@NameInMap(value="InstanceId") public String instanceId
The ID of the instance.
example:You can call the DescribeInstanceIds operation to query the IDs of all instances.
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. Maximum value: 50.
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. This value is a UNIX timestamp. Units: miliseconds.
The time must be in the latest 90 days.
This parameter is required.
example:1582992000000
public static DescribeDefenseRecordsRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeDefenseRecordsRequest setEndTime(Long endTime)
public Long getEndTime()
public DescribeDefenseRecordsRequest setInstanceId(String instanceId)
public String getInstanceId()
public DescribeDefenseRecordsRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public DescribeDefenseRecordsRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public DescribeDefenseRecordsRequest setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public DescribeDefenseRecordsRequest setStartTime(Long startTime)
public Long getStartTime()
Copyright © 2026. All rights reserved.