public static class SearchAlertRulesResponseBody.SearchAlertRulesResponseBodyPageBeanAlertRulesAlarmContext
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
alarmContentSubTitle
The sub-title of the alert notification content.
|
String |
alarmContentTemplate
The template of the alert notification.
|
String |
content
The content of the alert notification.
|
String |
subTitle
The sub-title of the alert notification.
|
| 构造器和说明 |
|---|
SearchAlertRulesResponseBodyPageBeanAlertRulesAlarmContext() |
@NameInMap(value="AlarmContentSubTitle") public String alarmContentSubTitle
The sub-title of the alert notification content.
example:TestSubTitle
@NameInMap(value="AlarmContentTemplate") public String alarmContentTemplate
The template of the alert notification.
example:Alert name: $Alert name\nFilter condition: $Filter\nAlert time: $Alert time\nAlert content: $Alert content\nNote: The alert persists until a reply email is received. The system will remind you again in 24 hours.
@NameInMap(value="Content") public String content
The content of the alert notification.
example:Alert name: $Alert name\nFilter condition: $Filter\nAlert time: $Alert time\nAlert content: $Alert content\nNote: The alert persists until a reply email is received. The system will remind you again in 24 hours.
@NameInMap(value="SubTitle") public String subTitle
The sub-title of the alert notification.
example:test
public SearchAlertRulesResponseBodyPageBeanAlertRulesAlarmContext()
public static SearchAlertRulesResponseBody.SearchAlertRulesResponseBodyPageBeanAlertRulesAlarmContext build(Map<String,?> map) throws Exception
Exceptionpublic SearchAlertRulesResponseBody.SearchAlertRulesResponseBodyPageBeanAlertRulesAlarmContext setAlarmContentSubTitle(String alarmContentSubTitle)
public String getAlarmContentSubTitle()
public SearchAlertRulesResponseBody.SearchAlertRulesResponseBodyPageBeanAlertRulesAlarmContext setAlarmContentTemplate(String alarmContentTemplate)
public String getAlarmContentTemplate()
public SearchAlertRulesResponseBody.SearchAlertRulesResponseBodyPageBeanAlertRulesAlarmContext setContent(String content)
public String getContent()
public SearchAlertRulesResponseBody.SearchAlertRulesResponseBodyPageBeanAlertRulesAlarmContext setSubTitle(String subTitle)
public String getSubTitle()
Copyright © 2024. All rights reserved.