public class AlarmNotice extends AbstractModel
Constructor and Description |
---|
AlarmNotice() |
Modifier and Type | Method and Description |
---|---|
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,表示取不到有效值。
|
String |
getUpdatedAt()
Get 上次修改时间
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getUpdatedBy()
Get 上次修改人
注意:此字段可能返回 null,表示取不到有效值。
|
URLNotice[] |
getURLNotices()
Get 回调通知列表
注意:此字段可能返回 null,表示取不到有效值。
|
UserNotice[] |
getUserNotices()
Get 用户通知列表
注意:此字段可能返回 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 |
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
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,表示取不到有效值。Copyright © 2021. All rights reserved.