Class AlarmHierarchicalNotice
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.monitor.v20180724.models.AlarmHierarchicalNotice
-
public class AlarmHierarchicalNotice extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getClassification()Get 通知等级列表,["Remind","Serious"]表示该通知模板仅接收提醒和严重类别的告警 注意:此字段可能返回 null,表示取不到有效值。StringgetNoticeId()Get 通知模板ID 注意:此字段可能返回 null,表示取不到有效值。voidsetClassification(String[] Classification)Set 通知等级列表,["Remind","Serious"]表示该通知模板仅接收提醒和严重类别的告警 注意:此字段可能返回 null,表示取不到有效值。voidsetNoticeId(String NoticeId)Set 通知模板ID 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
AlarmHierarchicalNotice
public AlarmHierarchicalNotice()
-
AlarmHierarchicalNotice
public 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.
-
-
Method Detail
-
getNoticeId
public String getNoticeId()
Get 通知模板ID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- NoticeId 通知模板ID 注意:此字段可能返回 null,表示取不到有效值。
-
setNoticeId
public void setNoticeId(String NoticeId)
Set 通知模板ID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
NoticeId- 通知模板ID 注意:此字段可能返回 null,表示取不到有效值。
-
getClassification
public String[] getClassification()
Get 通知等级列表,["Remind","Serious"]表示该通知模板仅接收提醒和严重类别的告警 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Classification 通知等级列表,["Remind","Serious"]表示该通知模板仅接收提醒和严重类别的告警 注意:此字段可能返回 null,表示取不到有效值。
-
setClassification
public void setClassification(String[] Classification)
Set 通知等级列表,["Remind","Serious"]表示该通知模板仅接收提醒和严重类别的告警 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Classification- 通知等级列表,["Remind","Serious"]表示该通知模板仅接收提醒和严重类别的告警 注意:此字段可能返回 null,表示取不到有效值。
-
-