public class DescribeDDosEventMaxRequest
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.
|
| 构造器和说明 |
|---|
DescribeDDosEventMaxRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeDDosEventMaxRequest |
build(Map<String,?> map) |
Long |
getEndTime() |
String |
getIp() |
Long |
getStartTime() |
DescribeDDosEventMaxRequest |
setEndTime(Long endTime) |
DescribeDDosEventMaxRequest |
setIp(String ip) |
DescribeDDosEventMaxRequest |
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:1604073600
@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:1598889600
public static DescribeDDosEventMaxRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeDDosEventMaxRequest setEndTime(Long endTime)
public Long getEndTime()
public DescribeDDosEventMaxRequest setIp(String ip)
public String getIp()
public DescribeDDosEventMaxRequest setStartTime(Long startTime)
public Long getStartTime()
Copyright © 2026. All rights reserved.