public class DescribePortViewSourceCountriesRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
endTime
The end of the time range to query.
|
List<String> |
instanceIds
The IDs of the Anti-DDoS Proxy instances to query.
|
String |
resourceGroupId
The ID of the resource group to which the Anti-DDoS Proxy instance belongs in Resource Management.
|
Long |
startTime
The beginning of the time range to query.
|
| 构造器和说明 |
|---|
DescribePortViewSourceCountriesRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribePortViewSourceCountriesRequest |
build(Map<String,?> map) |
Long |
getEndTime() |
List<String> |
getInstanceIds() |
String |
getResourceGroupId() |
Long |
getStartTime() |
DescribePortViewSourceCountriesRequest |
setEndTime(Long endTime) |
DescribePortViewSourceCountriesRequest |
setInstanceIds(List<String> instanceIds) |
DescribePortViewSourceCountriesRequest |
setResourceGroupId(String resourceGroupId) |
DescribePortViewSourceCountriesRequest |
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.
This UNIX timestamp must indicate a point in time that is accurate to the minute.
This parameter is required.
example:1583683200
@NameInMap(value="InstanceIds") public List<String> instanceIds
The IDs of the Anti-DDoS Proxy instances to query.
This parameter is required.
example:ddoscoo-cn-mp91j1ao****
@NameInMap(value="ResourceGroupId") public String resourceGroupId
The ID of the resource group to which the Anti-DDoS Proxy instance belongs in Resource Management. This parameter is empty by default, which indicates that the instance belongs to the default resource group.
For information about resource groups, see Create a resource group.
example:rg-acfm2pz25js****
@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 DescribePortViewSourceCountriesRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribePortViewSourceCountriesRequest setEndTime(Long endTime)
public Long getEndTime()
public DescribePortViewSourceCountriesRequest setInstanceIds(List<String> instanceIds)
public DescribePortViewSourceCountriesRequest setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public DescribePortViewSourceCountriesRequest setStartTime(Long startTime)
public Long getStartTime()
Copyright © 2026. All rights reserved.