public class CreateAlarmNoticeRequest extends AbstractModel
header, skipSign
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 |
---|---|
CLSNotice[] |
getCLSNotices()
Get 推送CLS日志服务的操作 最多1个
|
String |
getModule()
Get 模块名,这里填“monitor”
|
String |
getName()
Get 通知模板名称 60字符以内
|
String |
getNoticeLanguage()
Get 通知语言 zh-CN=中文 en-US=英文
|
String |
getNoticeType()
Get 通知类型 ALARM=未恢复通知 OK=已恢复通知 ALL=都通知
|
Tag[] |
getTags()
Get 模板绑定的标签
|
URLNotice[] |
getURLNotices()
Get 回调通知 最多6个
|
UserNotice[] |
getUserNotices()
Get 用户通知 最多5个
|
void |
setCLSNotices(CLSNotice[] CLSNotices)
Set 推送CLS日志服务的操作 最多1个
|
void |
setModule(String Module)
Set 模块名,这里填“monitor”
|
void |
setName(String Name)
Set 通知模板名称 60字符以内
|
void |
setNoticeLanguage(String NoticeLanguage)
Set 通知语言 zh-CN=中文 en-US=英文
|
void |
setNoticeType(String NoticeType)
Set 通知类型 ALARM=未恢复通知 OK=已恢复通知 ALL=都通知
|
void |
setTags(Tag[] Tags)
Set 模板绑定的标签
|
void |
setURLNotices(URLNotice[] URLNotices)
Set 回调通知 最多6个
|
void |
setUserNotices(UserNotice[] UserNotices)
Set 用户通知 最多5个
|
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, toJsonString
public CreateAlarmNoticeRequest()
public CreateAlarmNoticeRequest(CreateAlarmNoticeRequest source)
public String getModule()
public void setModule(String Module)
Module
- 模块名,这里填“monitor”public String getName()
public void setName(String Name)
Name
- 通知模板名称 60字符以内public String getNoticeType()
public void setNoticeType(String NoticeType)
NoticeType
- 通知类型 ALARM=未恢复通知 OK=已恢复通知 ALL=都通知public String getNoticeLanguage()
public void setNoticeLanguage(String NoticeLanguage)
NoticeLanguage
- 通知语言 zh-CN=中文 en-US=英文public UserNotice[] getUserNotices()
public void setUserNotices(UserNotice[] UserNotices)
UserNotices
- 用户通知 最多5个public URLNotice[] getURLNotices()
public void setURLNotices(URLNotice[] URLNotices)
URLNotices
- 回调通知 最多6个public CLSNotice[] getCLSNotices()
public void setCLSNotices(CLSNotice[] CLSNotices)
CLSNotices
- 推送CLS日志服务的操作 最多1个public Tag[] getTags()
public void setTags(Tag[] Tags)
Tags
- 模板绑定的标签Copyright © 2024. All rights reserved.