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 The list of alarm notification levels. | 
| String | getNoticeId()Get Notification template ID
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setClassification(String[] Classification)Set The list of alarm notification levels. | 
| void | setNoticeId(String NoticeId)Set Notification template ID
Note: This field may return null, indicating that no valid values can be obtained. | 
| 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, toJsonStringpublic AlarmHierarchicalNotice()
public AlarmHierarchicalNotice(AlarmHierarchicalNotice source)
public String getNoticeId()
public void setNoticeId(String NoticeId)
NoticeId - Notification template ID
Note: This field may return null, indicating that no valid values can be obtained.public String[] getClassification()
public void setClassification(String[] Classification)
Classification - The list of alarm notification levels. The values `Remind` and `Serious` indicate that the notification template only sends alarms at the `Remind` and `Serious` levels.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2022. All rights reserved.