public static class DescribeContactListResponseBody.DescribeContactListResponseBodyContactsContact
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
DescribeContactListResponseBody.DescribeContactListResponseBodyContactsContactChannels |
channels
The alert notification method.
|
DescribeContactListResponseBody.DescribeContactListResponseBodyContactsContactChannelsState |
channelsState
The status of the alert notification method.
|
DescribeContactListResponseBody.DescribeContactListResponseBodyContactsContactContactGroups |
contactGroups
The alert contact groups.
|
Long |
createTime
The timestamp when the alert contact was created.
|
String |
desc
The description of the alert contact.
|
String |
lang
The language in which the alert information is displayed.
|
String |
name
The name of the alert contact.
|
Long |
updateTime
The timestamp when the alert contact was updated.
|
| 构造器和说明 |
|---|
DescribeContactListResponseBodyContactsContact() |
@NameInMap(value="Channels") public DescribeContactListResponseBody.DescribeContactListResponseBodyContactsContactChannels channels
The alert notification method.
@NameInMap(value="ChannelsState") public DescribeContactListResponseBody.DescribeContactListResponseBodyContactsContactChannelsState channelsState
The status of the alert notification method. Valid values: PENDING and OK.
The email address must be activated after it is added as the value specified for the alert notification method. The value PENDING indicates that the email address is not activated. The value OK indicates that the email address is activated.
@NameInMap(value="ContactGroups") public DescribeContactListResponseBody.DescribeContactListResponseBodyContactsContactContactGroups contactGroups
The alert contact groups.
@NameInMap(value="CreateTime") public Long createTime
The timestamp when the alert contact was created.
Unit: milliseconds.
@NameInMap(value="Desc") public String desc
The description of the alert contact.
@NameInMap(value="Lang") public String lang
The language in which the alert information is displayed. Valid values:
* zh-cn: simplified Chinese
* en: English
@NameInMap(value="Name") public String name
The name of the alert contact.
@NameInMap(value="UpdateTime") public Long updateTime
The timestamp when the alert contact was updated.
Unit: milliseconds.
public DescribeContactListResponseBodyContactsContact()
public static DescribeContactListResponseBody.DescribeContactListResponseBodyContactsContact build(Map<String,?> map) throws Exception
Exceptionpublic DescribeContactListResponseBody.DescribeContactListResponseBodyContactsContact setChannels(DescribeContactListResponseBody.DescribeContactListResponseBodyContactsContactChannels channels)
public DescribeContactListResponseBody.DescribeContactListResponseBodyContactsContactChannels getChannels()
public DescribeContactListResponseBody.DescribeContactListResponseBodyContactsContact setChannelsState(DescribeContactListResponseBody.DescribeContactListResponseBodyContactsContactChannelsState channelsState)
public DescribeContactListResponseBody.DescribeContactListResponseBodyContactsContactChannelsState getChannelsState()
public DescribeContactListResponseBody.DescribeContactListResponseBodyContactsContact setContactGroups(DescribeContactListResponseBody.DescribeContactListResponseBodyContactsContactContactGroups contactGroups)
public DescribeContactListResponseBody.DescribeContactListResponseBodyContactsContactContactGroups getContactGroups()
public DescribeContactListResponseBody.DescribeContactListResponseBodyContactsContact setCreateTime(Long createTime)
public Long getCreateTime()
public DescribeContactListResponseBody.DescribeContactListResponseBodyContactsContact setDesc(String desc)
public String getDesc()
public DescribeContactListResponseBody.DescribeContactListResponseBodyContactsContact setLang(String lang)
public String getLang()
public DescribeContactListResponseBody.DescribeContactListResponseBodyContactsContact setName(String name)
public String getName()
public DescribeContactListResponseBody.DescribeContactListResponseBodyContactsContact setUpdateTime(Long updateTime)
public Long getUpdateTime()
Copyright © 2024. All rights reserved.