public static class UpdateDnsGtmInstanceGlobalConfigRequest.UpdateDnsGtmInstanceGlobalConfigRequestAlertConfig
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
dingtalkNotice |
Boolean |
emailNotice |
String |
noticeType |
Boolean |
smsNotice |
| 构造器和说明 |
|---|
UpdateDnsGtmInstanceGlobalConfigRequestAlertConfig() |
@NameInMap(value="DingtalkNotice") public Boolean dingtalkNotice
@NameInMap(value="EmailNotice") public Boolean emailNotice
@NameInMap(value="NoticeType") public String noticeType
@NameInMap(value="SmsNotice") public Boolean smsNotice
public UpdateDnsGtmInstanceGlobalConfigRequestAlertConfig()
public static UpdateDnsGtmInstanceGlobalConfigRequest.UpdateDnsGtmInstanceGlobalConfigRequestAlertConfig build(Map<String,?> map) throws Exception
Exceptionpublic UpdateDnsGtmInstanceGlobalConfigRequest.UpdateDnsGtmInstanceGlobalConfigRequestAlertConfig setDingtalkNotice(Boolean dingtalkNotice)
public Boolean getDingtalkNotice()
public UpdateDnsGtmInstanceGlobalConfigRequest.UpdateDnsGtmInstanceGlobalConfigRequestAlertConfig setEmailNotice(Boolean emailNotice)
public Boolean getEmailNotice()
public UpdateDnsGtmInstanceGlobalConfigRequest.UpdateDnsGtmInstanceGlobalConfigRequestAlertConfig setNoticeType(String noticeType)
public String getNoticeType()
public UpdateDnsGtmInstanceGlobalConfigRequest.UpdateDnsGtmInstanceGlobalConfigRequestAlertConfig setSmsNotice(Boolean smsNotice)
public Boolean getSmsNotice()
Copyright © 2022. All rights reserved.