public class AlarmNotice extends AbstractModel
header, skipSign
Constructor and Description |
---|
AlarmNotice() |
AlarmNotice(AlarmNotice source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
AlarmNoticeDeliverConfig |
getAlarmNoticeDeliverConfig()
Get 投递相关信息。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getAlarmNoticeId()
Get 告警通知模板ID。
|
Long |
getAlarmShieldStatus()
Get 免登录操作告警开关。
参数值: 1:关闭 2:开启(默认开启)
|
String |
getCreateTime()
Get 创建时间。
|
String |
getJumpDomain()
Get 调用链接域名。http:// 或者 https:// 开头,不能/结尾
|
String |
getName()
Get 告警通知渠道组名称。
|
NoticeReceiver[] |
getNoticeReceivers()
Get 告警通知模板接收者信息。
|
NoticeRule[] |
getNoticeRules()
Get 通知规则。
|
Tag[] |
getTags()
Get 告警通知渠道组绑定的标签信息。
|
String |
getType()
Get 告警模板的类型。可选值:
Trigger - 告警触发 Recovery - 告警恢复 All - 告警触发和告警恢复 |
String |
getUpdateTime()
Get 最近更新时间。
|
WebCallback[] |
getWebCallbacks()
Get 告警通知模板回调信息。
|
void |
setAlarmNoticeDeliverConfig(AlarmNoticeDeliverConfig AlarmNoticeDeliverConfig)
Set 投递相关信息。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAlarmNoticeId(String AlarmNoticeId)
Set 告警通知模板ID。
|
void |
setAlarmShieldStatus(Long AlarmShieldStatus)
Set 免登录操作告警开关。
参数值: 1:关闭 2:开启(默认开启)
|
void |
setCreateTime(String CreateTime)
Set 创建时间。
|
void |
setJumpDomain(String JumpDomain)
Set 调用链接域名。http:// 或者 https:// 开头,不能/结尾
|
void |
setName(String Name)
Set 告警通知渠道组名称。
|
void |
setNoticeReceivers(NoticeReceiver[] NoticeReceivers)
Set 告警通知模板接收者信息。
|
void |
setNoticeRules(NoticeRule[] NoticeRules)
Set 通知规则。
|
void |
setTags(Tag[] Tags)
Set 告警通知渠道组绑定的标签信息。
|
void |
setType(String Type)
Set 告警模板的类型。可选值:
Trigger - 告警触发 Recovery - 告警恢复 All - 告警触发和告警恢复 |
void |
setUpdateTime(String UpdateTime)
Set 最近更新时间。
|
void |
setWebCallbacks(WebCallback[] WebCallbacks)
Set 告警通知模板回调信息。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AlarmNotice()
public AlarmNotice(AlarmNotice source)
public String getName()
public void setName(String Name)
Name
- 告警通知渠道组名称。public Tag[] getTags()
public void setTags(Tag[] Tags)
Tags
- 告警通知渠道组绑定的标签信息。public String getType()
public void setType(String Type)
Type
- 告警模板的类型。可选值:
public NoticeReceiver[] getNoticeReceivers()
public void setNoticeReceivers(NoticeReceiver[] NoticeReceivers)
NoticeReceivers
- 告警通知模板接收者信息。public WebCallback[] getWebCallbacks()
public void setWebCallbacks(WebCallback[] WebCallbacks)
WebCallbacks
- 告警通知模板回调信息。public String getAlarmNoticeId()
public void setAlarmNoticeId(String AlarmNoticeId)
AlarmNoticeId
- 告警通知模板ID。public NoticeRule[] getNoticeRules()
public void setNoticeRules(NoticeRule[] NoticeRules)
NoticeRules
- 通知规则。public Long getAlarmShieldStatus()
public void setAlarmShieldStatus(Long AlarmShieldStatus)
AlarmShieldStatus
- 免登录操作告警开关。
参数值: 1:关闭 2:开启(默认开启)public String getJumpDomain()
public void setJumpDomain(String JumpDomain)
JumpDomain
- 调用链接域名。http:// 或者 https:// 开头,不能/结尾public AlarmNoticeDeliverConfig getAlarmNoticeDeliverConfig()
public void setAlarmNoticeDeliverConfig(AlarmNoticeDeliverConfig AlarmNoticeDeliverConfig)
AlarmNoticeDeliverConfig
- 投递相关信息。
注意:此字段可能返回 null,表示取不到有效值。public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 创建时间。public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- 最近更新时间。Copyright © 2025. All rights reserved.