public class DescribeElasticQpsRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
endTime
The end of the time range to query.
|
String |
interval
The sampling interval.
|
String |
ip
The IP address of the Anti-DDoS Proxy instance to query.
|
String |
region
The type of the service.
|
Long |
startTime
The beginning of the time range to query.
|
| 构造器和说明 |
|---|
DescribeElasticQpsRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeElasticQpsRequest |
build(Map<String,?> map) |
Long |
getEndTime() |
String |
getInterval() |
String |
getIp() |
String |
getRegion() |
Long |
getStartTime() |
DescribeElasticQpsRequest |
setEndTime(Long endTime) |
DescribeElasticQpsRequest |
setInterval(String interval) |
DescribeElasticQpsRequest |
setIp(String ip) |
DescribeElasticQpsRequest |
setRegion(String region) |
DescribeElasticQpsRequest |
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:1684339200
@NameInMap(value="Interval") public String interval
The sampling interval. Unit: seconds. The value must be a multiple of 60. Default value: 60. Unit: seconds. The query result varies depending on the sampling interval.
example:60
@NameInMap(value="Ip") public String ip
The IP address of the Anti-DDoS Proxy instance to query.
example:203.107.XX.XX
@NameInMap(value="Region") public String region
The type of the service. Valid values:
This parameter is required.
example:cn
@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:1684252800
public static DescribeElasticQpsRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeElasticQpsRequest setEndTime(Long endTime)
public Long getEndTime()
public DescribeElasticQpsRequest setInterval(String interval)
public String getInterval()
public DescribeElasticQpsRequest setIp(String ip)
public String getIp()
public DescribeElasticQpsRequest setRegion(String region)
public String getRegion()
public DescribeElasticQpsRequest setStartTime(Long startTime)
public Long getStartTime()
Copyright © 2026. All rights reserved.