public static class SearchAlertHistoriesResponseBody.SearchAlertHistoriesResponseBodyPageBeanAlarmHistories
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
alarmContent
The content of the alert notification.
|
Integer |
alarmResponseCode
The response code returned after the alert notification was sent.
|
String |
alarmSources
The webhook URL, such as the webhook URL of a DingTalk chatbot.
|
Long |
alarmTime
The time when the alert notification was sent.
|
Integer |
alarmType
The type of the alert rule.
|
String |
emails
The email address of the alert contact.
|
Long |
id
The ID of the alert notification.
|
String |
phones
The mobile phone number of the alert contact.
|
String |
strategyId
The internal fields.
|
String |
target
The internal fields.
|
String |
userId
The ID of the user.
|
| 构造器和说明 |
|---|
SearchAlertHistoriesResponseBodyPageBeanAlarmHistories() |
@NameInMap(value="AlarmContent") public String alarmContent
The content of the alert notification.
example:"Alert name: Alert1\nAlert time: 2020-07-24 12:14:00\nAlert content: A total of four alerts are triggered: \\\\"
@NameInMap(value="AlarmResponseCode") public Integer alarmResponseCode
The response code returned after the alert notification was sent.
example:200
@NameInMap(value="AlarmSources") public String alarmSources
The webhook URL, such as the webhook URL of a DingTalk chatbot.
example:@NameInMap(value="AlarmTime") public Long alarmTime
The time when the alert notification was sent.
example:1595564179000
@NameInMap(value="AlarmType") public Integer alarmType
The type of the alert rule. Default value: 4. Valid values:
1: a custom alert rule that is used to monitor drill-down data sets3: a custom alert rule that is used to monitor tiled data sets4: an alert rule that is used to monitor web pages, including the default alert rule for browser monitoring5: an alert rule that is used to monitor applications, including the default alert rule for application monitoring6: the default alert rule for browser monitoring7: the default alert rule for application monitoring8: a Tracing Analysis alert rule101: a Prometheus alert rule4
@NameInMap(value="Emails") public String emails
The email address of the alert contact.
example:@NameInMap(value="Id") public Long id
The ID of the alert notification.
example:123
@NameInMap(value="Phones") public String phones
The mobile phone number of the alert contact.
example:1381111****
@NameInMap(value="StrategyId") public String strategyId
The internal fields.
example:""
@NameInMap(value="Target") public String target
The internal fields.
example:""
@NameInMap(value="UserId") public String userId
The ID of the user.
example:113197164949****
public SearchAlertHistoriesResponseBodyPageBeanAlarmHistories()
public static SearchAlertHistoriesResponseBody.SearchAlertHistoriesResponseBodyPageBeanAlarmHistories build(Map<String,?> map) throws Exception
Exceptionpublic SearchAlertHistoriesResponseBody.SearchAlertHistoriesResponseBodyPageBeanAlarmHistories setAlarmContent(String alarmContent)
public String getAlarmContent()
public SearchAlertHistoriesResponseBody.SearchAlertHistoriesResponseBodyPageBeanAlarmHistories setAlarmResponseCode(Integer alarmResponseCode)
public Integer getAlarmResponseCode()
public SearchAlertHistoriesResponseBody.SearchAlertHistoriesResponseBodyPageBeanAlarmHistories setAlarmSources(String alarmSources)
public String getAlarmSources()
public SearchAlertHistoriesResponseBody.SearchAlertHistoriesResponseBodyPageBeanAlarmHistories setAlarmTime(Long alarmTime)
public Long getAlarmTime()
public SearchAlertHistoriesResponseBody.SearchAlertHistoriesResponseBodyPageBeanAlarmHistories setAlarmType(Integer alarmType)
public Integer getAlarmType()
public SearchAlertHistoriesResponseBody.SearchAlertHistoriesResponseBodyPageBeanAlarmHistories setEmails(String emails)
public String getEmails()
public SearchAlertHistoriesResponseBody.SearchAlertHistoriesResponseBodyPageBeanAlarmHistories setId(Long id)
public Long getId()
public SearchAlertHistoriesResponseBody.SearchAlertHistoriesResponseBodyPageBeanAlarmHistories setPhones(String phones)
public String getPhones()
public SearchAlertHistoriesResponseBody.SearchAlertHistoriesResponseBodyPageBeanAlarmHistories setStrategyId(String strategyId)
public String getStrategyId()
public SearchAlertHistoriesResponseBody.SearchAlertHistoriesResponseBodyPageBeanAlarmHistories setTarget(String target)
public String getTarget()
public SearchAlertHistoriesResponseBody.SearchAlertHistoriesResponseBodyPageBeanAlarmHistories setUserId(String userId)
public String getUserId()
Copyright © 2024. All rights reserved.