public static class SearchAlertRulesResponseBody.SearchAlertRulesResponseBodyPageBeanAlertRulesNotice
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
endTime
The end of the time range when the alert rule takes effect within 24 hours per day.
|
Long |
noticeEndTime
The end of the time range when alert notifications are sent based on the alert rule within 24 hours per day.
|
Long |
noticeStartTime
The beginning of the time range when alert notifications are sent based on the alert rule within 24 hours per day.
|
Long |
startTime
The beginning of the time range when the alert rule takes effect within 24 hours per day.
|
| 构造器和说明 |
|---|
SearchAlertRulesResponseBodyPageBeanAlertRulesNotice() |
@NameInMap(value="EndTime") public Long endTime
The end of the time range when the alert rule takes effect within 24 hours per day. This value is a UNIX timestamp. The year, month, and day that are indicated by the timestamp are not displayed in this value. Only the hour, minute, and second are displayed.
example:1480607940000
@NameInMap(value="NoticeEndTime") public Long noticeEndTime
The end of the time range when alert notifications are sent based on the alert rule within 24 hours per day. This value is a UNIX timestamp. The year, month, and day that are indicated by the timestamp are not displayed in this value. Only the hour, minute, and second are displayed.
example:1480607940000
@NameInMap(value="NoticeStartTime") public Long noticeStartTime
The beginning of the time range when alert notifications are sent based on the alert rule within 24 hours per day. This value is a UNIX timestamp. The year, month, and day that are indicated by the timestamp are not displayed in this value. Only the hour, minute, and second are displayed.
example:1480521600000
@NameInMap(value="StartTime") public Long startTime
The beginning of the time range when the alert rule takes effect within 24 hours per day. This value is a UNIX timestamp. The year, month, and day that are indicated by the timestamp are not displayed in this value. Only the hour, minute, and second are displayed.
example:1480521600000
public SearchAlertRulesResponseBodyPageBeanAlertRulesNotice()
public static SearchAlertRulesResponseBody.SearchAlertRulesResponseBodyPageBeanAlertRulesNotice build(Map<String,?> map) throws Exception
Exceptionpublic SearchAlertRulesResponseBody.SearchAlertRulesResponseBodyPageBeanAlertRulesNotice setEndTime(Long endTime)
public Long getEndTime()
public SearchAlertRulesResponseBody.SearchAlertRulesResponseBodyPageBeanAlertRulesNotice setNoticeEndTime(Long noticeEndTime)
public Long getNoticeEndTime()
public SearchAlertRulesResponseBody.SearchAlertRulesResponseBodyPageBeanAlertRulesNotice setNoticeStartTime(Long noticeStartTime)
public Long getNoticeStartTime()
public SearchAlertRulesResponseBody.SearchAlertRulesResponseBodyPageBeanAlertRulesNotice setStartTime(Long startTime)
public Long getStartTime()
Copyright © 2024. All rights reserved.