public static class CreateOrUpdateContactResponseBody.CreateOrUpdateContactResponseBodyAlertContact
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Float |
contactId
The ID of the alert contact.
|
String |
contactName
The name of the alert contact.
|
String |
dingRobotUrl
The webhook URL of the DingTalk chatbot.
|
String |
email
The email address of the alert contact.
|
Boolean |
isEmailVerify
Indicates whether the email address was verified.
|
Boolean |
isVerify
Indicates whether the mobile number was verified.
|
String |
phone
The mobile number of the alert contact.
|
Long |
reissueSendNotice
The operation that you want to perform if phone calls fail to be answered.
|
| 构造器和说明 |
|---|
CreateOrUpdateContactResponseBodyAlertContact() |
@NameInMap(value="ContactId") public Float contactId
The ID of the alert contact.
example:123
@NameInMap(value="ContactName") public String contactName
The name of the alert contact.
example:JohnDoe
@NameInMap(value="DingRobotUrl") public String dingRobotUrl
The webhook URL of the DingTalk chatbot.
example:@NameInMap(value="Email") public String email
The email address of the alert contact.
example:@NameInMap(value="IsVerify") public Boolean isVerify
Indicates whether the mobile number was verified. Valid values:
false (default value): Notrue: YesYou can call the SendTTSVerifyLink operation to verify the mobile number of an alert contact. Only verified mobile numbers can be specified in a notification policy to receive phone calls.
example:false
@NameInMap(value="Phone") public String phone
The mobile number of the alert contact.
example:1381111****
@NameInMap(value="ReissueSendNotice") public Long reissueSendNotice
The operation that you want to perform if phone calls fail to be answered. Valid values: 0: No operation is performed. 1: A phone call is made again. 2: A text message is sent. 3 (default value): The global default value is used.
example:3
@NameInMap(value="isEmailVerify") public Boolean isEmailVerify
Indicates whether the email address was verified.
example:true
public CreateOrUpdateContactResponseBodyAlertContact()
public static CreateOrUpdateContactResponseBody.CreateOrUpdateContactResponseBodyAlertContact build(Map<String,?> map) throws Exception
Exceptionpublic CreateOrUpdateContactResponseBody.CreateOrUpdateContactResponseBodyAlertContact setContactId(Float contactId)
public Float getContactId()
public CreateOrUpdateContactResponseBody.CreateOrUpdateContactResponseBodyAlertContact setContactName(String contactName)
public String getContactName()
public CreateOrUpdateContactResponseBody.CreateOrUpdateContactResponseBodyAlertContact setDingRobotUrl(String dingRobotUrl)
public String getDingRobotUrl()
public CreateOrUpdateContactResponseBody.CreateOrUpdateContactResponseBodyAlertContact setEmail(String email)
public String getEmail()
public CreateOrUpdateContactResponseBody.CreateOrUpdateContactResponseBodyAlertContact setIsVerify(Boolean isVerify)
public Boolean getIsVerify()
public CreateOrUpdateContactResponseBody.CreateOrUpdateContactResponseBodyAlertContact setPhone(String phone)
public String getPhone()
public CreateOrUpdateContactResponseBody.CreateOrUpdateContactResponseBodyAlertContact setReissueSendNotice(Long reissueSendNotice)
public Long getReissueSendNotice()
public CreateOrUpdateContactResponseBody.CreateOrUpdateContactResponseBodyAlertContact setIsEmailVerify(Boolean isEmailVerify)
public Boolean getIsEmailVerify()
Copyright © 2024. All rights reserved.