public static class DescribeContactGroupListResponseBody.DescribeContactGroupListResponseBodyContactGroupListContactGroup
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
DescribeContactGroupListResponseBody.DescribeContactGroupListResponseBodyContactGroupListContactGroupContacts |
contacts
The alert contacts in the alert group.
|
Long |
createTime
The time when the alert group was created.
|
String |
describe
The description of the alert group.
|
Boolean |
enabledWeeklyReport
Indicates whether the alert group can subscribe to weekly reports.
|
Boolean |
enableSubscribed
Indicates whether the alert group subscribes to weekly reports.
|
String |
name
The name of the alert group.
|
Long |
updateTime
The time when the alert group was modified.
|
| 构造器和说明 |
|---|
DescribeContactGroupListResponseBodyContactGroupListContactGroup() |
@NameInMap(value="Contacts") public DescribeContactGroupListResponseBody.DescribeContactGroupListResponseBodyContactGroupListContactGroupContacts contacts
The alert contacts in the alert group.
@NameInMap(value="CreateTime") public Long createTime
The time when the alert group was created. This value is a UNIX timestamp that represents the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.
@NameInMap(value="Describe") public String describe
The description of the alert group.
@NameInMap(value="EnableSubscribed") public Boolean enableSubscribed
Indicates whether the alert group subscribes to weekly reports. Valid values:
* true: The alert group subscribes to weekly reports.
* false: The alert group does not subscribe to weekly reports.
@NameInMap(value="EnabledWeeklyReport") public Boolean enabledWeeklyReport
Indicates whether the alert group can subscribe to weekly reports. Valid values:
* true: The alert group can subscribe to weekly reports.
* false: The alert group cannot subscribe to weekly reports.
> The weekly report subscription feature is only available for Alibaba Cloud accounts with more than five Elastic Compute Service (ECS) instances.
@NameInMap(value="Name") public String name
The name of the alert group.
@NameInMap(value="UpdateTime") public Long updateTime
The time when the alert group was modified. This value is a UNIX timestamp that represents the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.
public DescribeContactGroupListResponseBodyContactGroupListContactGroup()
public static DescribeContactGroupListResponseBody.DescribeContactGroupListResponseBodyContactGroupListContactGroup build(Map<String,?> map) throws Exception
Exceptionpublic DescribeContactGroupListResponseBody.DescribeContactGroupListResponseBodyContactGroupListContactGroup setContacts(DescribeContactGroupListResponseBody.DescribeContactGroupListResponseBodyContactGroupListContactGroupContacts contacts)
public DescribeContactGroupListResponseBody.DescribeContactGroupListResponseBodyContactGroupListContactGroupContacts getContacts()
public DescribeContactGroupListResponseBody.DescribeContactGroupListResponseBodyContactGroupListContactGroup setCreateTime(Long createTime)
public Long getCreateTime()
public DescribeContactGroupListResponseBody.DescribeContactGroupListResponseBodyContactGroupListContactGroup setDescribe(String describe)
public String getDescribe()
public DescribeContactGroupListResponseBody.DescribeContactGroupListResponseBodyContactGroupListContactGroup setEnableSubscribed(Boolean enableSubscribed)
public Boolean getEnableSubscribed()
public DescribeContactGroupListResponseBody.DescribeContactGroupListResponseBodyContactGroupListContactGroup setEnabledWeeklyReport(Boolean enabledWeeklyReport)
public Boolean getEnabledWeeklyReport()
public DescribeContactGroupListResponseBody.DescribeContactGroupListResponseBodyContactGroupListContactGroup setName(String name)
public String getName()
public DescribeContactGroupListResponseBody.DescribeContactGroupListResponseBodyContactGroupListContactGroup setUpdateTime(Long updateTime)
public Long getUpdateTime()
Copyright © 2024. All rights reserved.