public class AlarmHierarchicalNotice extends AbstractModel
Constructor and Description |
---|
AlarmHierarchicalNotice() |
AlarmHierarchicalNotice(AlarmHierarchicalNotice 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[] |
getClassification()
Get 通知等级列表,["Remind","Serious"]表示该通知模板仅接收提醒和严重类别的告警
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getNoticeId()
Get 通知模板ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setClassification(String[] Classification)
Set 通知等级列表,["Remind","Serious"]表示该通知模板仅接收提醒和严重类别的告警
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setNoticeId(String NoticeId)
Set 通知模板ID
注意:此字段可能返回 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 AlarmHierarchicalNotice()
public AlarmHierarchicalNotice(AlarmHierarchicalNotice source)
public String getNoticeId()
public void setNoticeId(String NoticeId)
NoticeId
- 通知模板ID
注意:此字段可能返回 null,表示取不到有效值。public String[] getClassification()
public void setClassification(String[] Classification)
Classification
- 通知等级列表,["Remind","Serious"]表示该通知模板仅接收提醒和严重类别的告警
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.