public static class DescribeContactGroupListResponseBody.DescribeContactGroupListResponseBodyContactGroupListContactGroup
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
DescribeContactGroupListResponseBody.DescribeContactGroupListResponseBodyContactGroupListContactGroupContacts |
contacts
List of contacts.
|
Long |
createTime
Creation time.
|
String |
describe
Description information of the alarm contact group.
|
Boolean |
enabledWeeklyReport
Indicates whether the weekly report function is enabled.
|
Boolean |
enableSubscribed
Indicates whether the weekly report subscription function is enabled.
|
String |
name
Name.
|
Long |
updateTime
Update time.
|
| 构造器和说明 |
|---|
DescribeContactGroupListResponseBodyContactGroupListContactGroup() |
@NameInMap(value="Contacts") public DescribeContactGroupListResponseBody.DescribeContactGroupListResponseBodyContactGroupListContactGroupContacts contacts
List of contacts.
@NameInMap(value="CreateTime") public Long createTime
Creation time.
example:2023-06-07T03:52:30Z
@NameInMap(value="Describe") public String describe
Description information of the alarm contact group.
example:Devops-运维组
@NameInMap(value="EnableSubscribed") public Boolean enableSubscribed
Indicates whether the weekly report subscription function is enabled. Values:
true: Yes.
false: No.
false
@NameInMap(value="EnabledWeeklyReport") public Boolean enabledWeeklyReport
Indicates whether the weekly report function is enabled.
example:false
@NameInMap(value="Name") public String name
Name.
example:name
@NameInMap(value="UpdateTime") public Long updateTime
Update time.
example:2025-03-04T02:12:06Z
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 © 2026. All rights reserved.