public static class DescribeContactGroupsResponseBody.DescribeContactGroupsResponseBodyPageBeanAlertContactGroupsContacts
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.
|
String |
phone
The mobile number of the alert contact.
|
| 构造器和说明 |
|---|
DescribeContactGroupsResponseBodyPageBeanAlertContactGroupsContacts() |
@NameInMap(value="ArmsContactId") public Long armsContactId
The ID of the alert contact.
example:100117
@NameInMap(value="ContactId") public Float contactId
The ID of the alert contact.
example:456
@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="Phone") public String phone
The mobile number of the alert contact.
example:1381111****
public DescribeContactGroupsResponseBodyPageBeanAlertContactGroupsContacts()
public static DescribeContactGroupsResponseBody.DescribeContactGroupsResponseBodyPageBeanAlertContactGroupsContacts build(Map<String,?> map) throws Exception
Exceptionpublic DescribeContactGroupsResponseBody.DescribeContactGroupsResponseBodyPageBeanAlertContactGroupsContacts setArmsContactId(Long armsContactId)
public Long getArmsContactId()
public DescribeContactGroupsResponseBody.DescribeContactGroupsResponseBodyPageBeanAlertContactGroupsContacts setContactId(Float contactId)
public Float getContactId()
public DescribeContactGroupsResponseBody.DescribeContactGroupsResponseBodyPageBeanAlertContactGroupsContacts setContactName(String contactName)
public String getContactName()
public DescribeContactGroupsResponseBody.DescribeContactGroupsResponseBodyPageBeanAlertContactGroupsContacts setEmail(String email)
public String getEmail()
public DescribeContactGroupsResponseBody.DescribeContactGroupsResponseBodyPageBeanAlertContactGroupsContacts setPhone(String phone)
public String getPhone()
Copyright © 2024. All rights reserved.