public static class DescribeSlaEventListResponseBody.DescribeSlaEventListResponseBodySlaEvent
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
endTime
The end of the time range.
|
String |
ip
The IP address of the instance.
|
String |
region
The region to which the destination IP address belongs.
|
Long |
startTime
The beginning of the time range.
|
| 构造器和说明 |
|---|
DescribeSlaEventListResponseBodySlaEvent() |
@NameInMap(value="EndTime") public Long endTime
The end of the time range. Unit: seconds.
example:1671886740
@NameInMap(value="Ip") public String ip
The IP address of the instance.
example:203.107.XX.XX
@NameInMap(value="Region") public String region
The region to which the destination IP address belongs. Valid values:
cn
@NameInMap(value="StartTime") public Long startTime
The beginning of the time range. Unit: seconds.
example:1678080840
public static DescribeSlaEventListResponseBody.DescribeSlaEventListResponseBodySlaEvent build(Map<String,?> map) throws Exception
Exceptionpublic DescribeSlaEventListResponseBody.DescribeSlaEventListResponseBodySlaEvent setEndTime(Long endTime)
public Long getEndTime()
public DescribeSlaEventListResponseBody.DescribeSlaEventListResponseBodySlaEvent setIp(String ip)
public String getIp()
public DescribeSlaEventListResponseBody.DescribeSlaEventListResponseBodySlaEvent setRegion(String region)
public String getRegion()
public DescribeSlaEventListResponseBody.DescribeSlaEventListResponseBodySlaEvent setStartTime(Long startTime)
public Long getStartTime()
Copyright © 2026. All rights reserved.