public static class PutContactRequest.PutContactRequestChannels
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
aliIM
The TradeManager ID of the alert contact.
|
String |
dingWebHook
The webhook URL of the DingTalk chatbot.
|
String |
mail
The email address of the alert contact.
|
String |
SMS
The phone number of the alert contact.
|
| 构造器和说明 |
|---|
PutContactRequestChannels() |
| 限定符和类型 | 方法和说明 |
|---|---|
static PutContactRequest.PutContactRequestChannels |
build(Map<String,?> map) |
String |
getAliIM() |
String |
getDingWebHook() |
String |
getMail() |
String |
getSMS() |
PutContactRequest.PutContactRequestChannels |
setAliIM(String aliIM) |
PutContactRequest.PutContactRequestChannels |
setDingWebHook(String dingWebHook) |
PutContactRequest.PutContactRequestChannels |
setMail(String mail) |
PutContactRequest.PutContactRequestChannels |
setSMS(String SMS) |
@NameInMap(value="AliIM") public String aliIM
The TradeManager ID of the alert contact.
Specify at least one of the following alert notification targets: email address or webhook URL of the DingTalk chatbot.
@NameInMap(value="DingWebHook") public String dingWebHook
The webhook URL of the DingTalk chatbot.
Specify at least one of the following alert notification targets: email address or webhook URL of the DingTalk chatbot.
@NameInMap(value="Mail") public String mail
The email address of the alert contact. After you add or modify an email address, the recipient receives an email that contains an activation link. The system adds the recipient to the list of alert contacts only after the recipient activates the email address.
Specify at least one of the following alert notification targets: email address or webhook URL of the DingTalk chatbot.
@NameInMap(value="SMS") public String SMS
The phone number of the alert contact. After you add or modify a phone number, the recipient receives a text message that contains an activation link. The system adds the recipient to the list of alert contacts only after the recipient activates the phone number.
Specify at least one of the following alert notification targets: email address or webhook URL of the DingTalk chatbot.
public static PutContactRequest.PutContactRequestChannels build(Map<String,?> map) throws Exception
Exceptionpublic PutContactRequest.PutContactRequestChannels setAliIM(String aliIM)
public String getAliIM()
public PutContactRequest.PutContactRequestChannels setDingWebHook(String dingWebHook)
public String getDingWebHook()
public PutContactRequest.PutContactRequestChannels setMail(String mail)
public String getMail()
public PutContactRequest.PutContactRequestChannels setSMS(String SMS)
public String getSMS()
Copyright © 2024. All rights reserved.