public class DeleteAlarmNoticesRequest extends AbstractModel
| Constructor and Description | 
|---|
| DeleteAlarmNoticesRequest() | 
| DeleteAlarmNoticesRequest(DeleteAlarmNoticesRequest 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 | getModule()Get Module name. | 
| String[] | getNoticeIds()Get Alarm notification template ID list | 
| void | setModule(String Module)Set Module name. | 
| void | setNoticeIds(String[] NoticeIds)Set Alarm notification template ID list | 
| 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 DeleteAlarmNoticesRequest()
public DeleteAlarmNoticesRequest(DeleteAlarmNoticesRequest source)
public String getModule()
public void setModule(String Module)
Module - Module name. Enter "monitor" herepublic String[] getNoticeIds()
public void setNoticeIds(String[] NoticeIds)
NoticeIds - Alarm notification template ID listCopyright © 2022. All rights reserved.