public static class DescribeContactsResponseBody.DescribeContactsResponseBodyPageBeanAlertContacts
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
armsContactId
The ID of the alert contact.
|
Float |
contactId
The ID of the alert contact.
|
String |
contactName
The name of the alert contact.
|
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.
|
| 构造器和说明 |
|---|
DescribeContactsResponseBodyPageBeanAlertContacts() |
@NameInMap(value="ArmsContactId") public Long armsContactId
The ID of the alert contact.
example:100147
@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:John Doe
@NameInMap(value="Email") public String email
The email address of the alert contact.
example:@NameInMap(value="IsEmailVerify") public Boolean isEmailVerify
Indicates whether the email address was verified.
example:true
@NameInMap(value="IsVerify") public Boolean isVerify
Indicates whether the mobile number was verified. Valid values:
false: notrue: yesfalse
@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:
3
public DescribeContactsResponseBodyPageBeanAlertContacts()
public static DescribeContactsResponseBody.DescribeContactsResponseBodyPageBeanAlertContacts build(Map<String,?> map) throws Exception
Exceptionpublic DescribeContactsResponseBody.DescribeContactsResponseBodyPageBeanAlertContacts setArmsContactId(Long armsContactId)
public Long getArmsContactId()
public DescribeContactsResponseBody.DescribeContactsResponseBodyPageBeanAlertContacts setContactId(Float contactId)
public Float getContactId()
public DescribeContactsResponseBody.DescribeContactsResponseBodyPageBeanAlertContacts setContactName(String contactName)
public String getContactName()
public DescribeContactsResponseBody.DescribeContactsResponseBodyPageBeanAlertContacts setEmail(String email)
public String getEmail()
public DescribeContactsResponseBody.DescribeContactsResponseBodyPageBeanAlertContacts setIsEmailVerify(Boolean isEmailVerify)
public Boolean getIsEmailVerify()
public DescribeContactsResponseBody.DescribeContactsResponseBodyPageBeanAlertContacts setIsVerify(Boolean isVerify)
public Boolean getIsVerify()
public DescribeContactsResponseBody.DescribeContactsResponseBodyPageBeanAlertContacts setPhone(String phone)
public String getPhone()
public DescribeContactsResponseBody.DescribeContactsResponseBodyPageBeanAlertContacts setReissueSendNotice(Long reissueSendNotice)
public Long getReissueSendNotice()
Copyright © 2024. All rights reserved.