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 |
---|---|
String |
getAMPConsumerId()
Get 后台 amp consumer id
注意:此字段可能返回 null,表示取不到有效值。
|
CLSNotice[] |
getCLSNotices()
Get 推送cls渠道
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getId()
Get 告警通知模板 ID
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getIsPreset()
Get 是否是系统预设通知模板 0=否 1=是
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getName()
Get 告警通知模板名称
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getNoticeLanguage()
Get 通知语言 zh-CN=中文 en-US=英文
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getNoticeType()
Get 告警通知类型 ALARM=未恢复通知 OK=已恢复通知 ALL=全部通知
注意:此字段可能返回 null,表示取不到有效值。
|
String[] |
getPolicyIds()
Get 告警通知模板绑定的告警策略ID列表
注意:此字段可能返回 null,表示取不到有效值。
|
Tag[] |
getTags()
Get 通知模板绑定的标签
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getUpdatedAt()
Get 上次修改时间
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getUpdatedBy()
Get 上次修改人
注意:此字段可能返回 null,表示取不到有效值。
|
URLNotice[] |
getURLNotices()
Get 回调通知列表
注意:此字段可能返回 null,表示取不到有效值。
|
UserNotice[] |
getUserNotices()
Get 用户通知列表
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAMPConsumerId(String AMPConsumerId)
Set 后台 amp consumer id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCLSNotices(CLSNotice[] CLSNotices)
Set 推送cls渠道
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setId(String Id)
Set 告警通知模板 ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIsPreset(Long IsPreset)
Set 是否是系统预设通知模板 0=否 1=是
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setName(String Name)
Set 告警通知模板名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setNoticeLanguage(String NoticeLanguage)
Set 通知语言 zh-CN=中文 en-US=英文
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setNoticeType(String NoticeType)
Set 告警通知类型 ALARM=未恢复通知 OK=已恢复通知 ALL=全部通知
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPolicyIds(String[] PolicyIds)
Set 告警通知模板绑定的告警策略ID列表
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTags(Tag[] Tags)
Set 通知模板绑定的标签
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUpdatedAt(String UpdatedAt)
Set 上次修改时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUpdatedBy(String UpdatedBy)
Set 上次修改人
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setURLNotices(URLNotice[] URLNotices)
Set 回调通知列表
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUserNotices(UserNotice[] UserNotices)
Set 用户通知列表
注意:此字段可能返回 null,表示取不到有效值。
|
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 getId()
public void setId(String Id)
Id
- 告警通知模板 ID
注意:此字段可能返回 null,表示取不到有效值。public String getName()
public void setName(String Name)
Name
- 告警通知模板名称
注意:此字段可能返回 null,表示取不到有效值。public String getUpdatedAt()
public void setUpdatedAt(String UpdatedAt)
UpdatedAt
- 上次修改时间
注意:此字段可能返回 null,表示取不到有效值。public String getUpdatedBy()
public void setUpdatedBy(String UpdatedBy)
UpdatedBy
- 上次修改人
注意:此字段可能返回 null,表示取不到有效值。public String getNoticeType()
public void setNoticeType(String NoticeType)
NoticeType
- 告警通知类型 ALARM=未恢复通知 OK=已恢复通知 ALL=全部通知
注意:此字段可能返回 null,表示取不到有效值。public UserNotice[] getUserNotices()
public void setUserNotices(UserNotice[] UserNotices)
UserNotices
- 用户通知列表
注意:此字段可能返回 null,表示取不到有效值。public URLNotice[] getURLNotices()
public void setURLNotices(URLNotice[] URLNotices)
URLNotices
- 回调通知列表
注意:此字段可能返回 null,表示取不到有效值。public Long getIsPreset()
public void setIsPreset(Long IsPreset)
IsPreset
- 是否是系统预设通知模板 0=否 1=是
注意:此字段可能返回 null,表示取不到有效值。public String getNoticeLanguage()
public void setNoticeLanguage(String NoticeLanguage)
NoticeLanguage
- 通知语言 zh-CN=中文 en-US=英文
注意:此字段可能返回 null,表示取不到有效值。public String[] getPolicyIds()
public void setPolicyIds(String[] PolicyIds)
PolicyIds
- 告警通知模板绑定的告警策略ID列表
注意:此字段可能返回 null,表示取不到有效值。public String getAMPConsumerId()
public void setAMPConsumerId(String AMPConsumerId)
AMPConsumerId
- 后台 amp consumer id
注意:此字段可能返回 null,表示取不到有效值。public CLSNotice[] getCLSNotices()
public void setCLSNotices(CLSNotice[] CLSNotices)
CLSNotices
- 推送cls渠道
注意:此字段可能返回 null,表示取不到有效值。public Tag[] getTags()
public void setTags(Tag[] Tags)
Tags
- 通知模板绑定的标签
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.