public class CreateAlarmNoticeRequest extends AbstractModel
| Constructor and Description | 
|---|
| CreateAlarmNoticeRequest() | 
| CreateAlarmNoticeRequest(CreateAlarmNoticeRequest 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 | getName()Get Notification group name | 
| NoticeReceiver[] | getNoticeReceivers()Get Notification recipient | 
| String | getType()Get Notification type. | 
| WebCallback[] | getWebCallbacks()Get API callback information (including WeCom) | 
| void | setName(String Name)Set Notification group name | 
| void | setNoticeReceivers(NoticeReceiver[] NoticeReceivers)Set Notification recipient | 
| void | setType(String Type)Set Notification type. | 
| void | setWebCallbacks(WebCallback[] WebCallbacks)Set API callback information (including WeCom) | 
| 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 CreateAlarmNoticeRequest()
public CreateAlarmNoticeRequest(CreateAlarmNoticeRequest source)
public String getName()
public void setName(String Name)
Name - Notification group namepublic String getType()
public void setType(String Type)
Type - Notification type. Valid values:
public NoticeReceiver[] getNoticeReceivers()
public void setNoticeReceivers(NoticeReceiver[] NoticeReceivers)
NoticeReceivers - Notification recipientpublic WebCallback[] getWebCallbacks()
public void setWebCallbacks(WebCallback[] WebCallbacks)
WebCallbacks - API callback information (including WeCom)Copyright © 2023. All rights reserved.