public class DescribeSlaEventListRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
endTime
The end of the time range to query.
|
String |
ip
The IP address of the Anti-DDoS Pro or Anti-DDoS Premium instance.
|
Long |
page
The page number.
|
Long |
pageSize
The number of entries per page.
|
String |
region
The type of the service Valid values:
cn: Anti-DDoS Pro
cn-hongkong: Anti-DDoS Premium
This parameter is required.
|
Long |
startTime
The beginning of the time range to query.
|
| 构造器和说明 |
|---|
DescribeSlaEventListRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeSlaEventListRequest |
build(Map<String,?> map) |
Long |
getEndTime() |
String |
getIp() |
Long |
getPage() |
Long |
getPageSize() |
String |
getRegion() |
Long |
getStartTime() |
DescribeSlaEventListRequest |
setEndTime(Long endTime) |
DescribeSlaEventListRequest |
setIp(String ip) |
DescribeSlaEventListRequest |
setPage(Long page) |
DescribeSlaEventListRequest |
setPageSize(Long pageSize) |
DescribeSlaEventListRequest |
setRegion(String region) |
DescribeSlaEventListRequest |
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:3289457398
@NameInMap(value="Ip") public String ip
The IP address of the Anti-DDoS Pro or Anti-DDoS Premium instance.
example:203.107.XX.XX
@NameInMap(value="Page") public Long page
The page number.
example:1
@NameInMap(value="PageSize") public Long pageSize
The number of entries per page.
example:10
@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:3289457398
public static DescribeSlaEventListRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeSlaEventListRequest setEndTime(Long endTime)
public Long getEndTime()
public DescribeSlaEventListRequest setIp(String ip)
public String getIp()
public DescribeSlaEventListRequest setPage(Long page)
public Long getPage()
public DescribeSlaEventListRequest setPageSize(Long pageSize)
public Long getPageSize()
public DescribeSlaEventListRequest setRegion(String region)
public String getRegion()
public DescribeSlaEventListRequest setStartTime(Long startTime)
public Long getStartTime()
Copyright © 2026. All rights reserved.