public class DescribeAttackAnalysisMaxQpsRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
endTime
The end of the time range to query.
|
String |
ip |
Long |
startTime
The beginning of the time range to query.
|
| 构造器和说明 |
|---|
DescribeAttackAnalysisMaxQpsRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeAttackAnalysisMaxQpsRequest |
build(Map<String,?> map) |
Long |
getEndTime() |
String |
getIp() |
Long |
getStartTime() |
DescribeAttackAnalysisMaxQpsRequest |
setEndTime(Long endTime) |
DescribeAttackAnalysisMaxQpsRequest |
setIp(String ip) |
DescribeAttackAnalysisMaxQpsRequest |
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 parameter is required.
example:1619798400
@NameInMap(value="Ip") public String ip
@NameInMap(value="StartTime") public Long startTime
The beginning of the time range to query. The value is a UNIX timestamp. Unit: seconds.
This parameter is required.
example:1622476799
public static DescribeAttackAnalysisMaxQpsRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeAttackAnalysisMaxQpsRequest setEndTime(Long endTime)
public Long getEndTime()
public DescribeAttackAnalysisMaxQpsRequest setIp(String ip)
public String getIp()
public DescribeAttackAnalysisMaxQpsRequest setStartTime(Long startTime)
public Long getStartTime()
Copyright © 2026. All rights reserved.