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 Alarm template name | 
| NoticeReceiver[] | getNoticeReceivers()Get Information of the recipient in alarm template | 
| String | getType()Get Alarm template type. | 
| WebCallback[] | getWebCallbacks()Get Alarm template callback information | 
| void | setName(String Name)Set Alarm template name | 
| void | setNoticeReceivers(NoticeReceiver[] NoticeReceivers)Set Information of the recipient in alarm template | 
| void | setType(String Type)Set Alarm template type. | 
| void | setWebCallbacks(WebCallback[] WebCallbacks)Set Alarm template callback information | 
| 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 - Alarm template namepublic String getType()
public void setType(String Type)
Type - Alarm template type. Valid values:
public NoticeReceiver[] getNoticeReceivers()
public void setNoticeReceivers(NoticeReceiver[] NoticeReceivers)
NoticeReceivers - Information of the recipient in alarm templatepublic WebCallback[] getWebCallbacks()
public void setWebCallbacks(WebCallback[] WebCallbacks)
WebCallbacks - Alarm template callback informationCopyright © 2021. All rights reserved.