public class AlertHistoryNotice extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AlertHistoryNotice() | 
| AlertHistoryNotice(AlertHistoryNotice 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 | getAlarmNoticeId()Get 通知渠道组ID | 
| String | getName()Get 通知渠道组名称 | 
| void | setAlarmNoticeId(String AlarmNoticeId)Set 通知渠道组ID | 
| void | setName(String Name)Set 通知渠道组名称 | 
| 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, toJsonStringpublic AlertHistoryNotice()
public AlertHistoryNotice(AlertHistoryNotice source)
public String getName()
public void setName(String Name)
Name - 通知渠道组名称public String getAlarmNoticeId()
public void setAlarmNoticeId(String AlarmNoticeId)
AlarmNoticeId - 通知渠道组IDCopyright © 2025. All rights reserved.