public static final class DescribeContactListResponseBody.Contact.Builder extends Object
public DescribeContactListResponseBody.Contact.Builder channels(DescribeContactListResponseBody.Channels channels)
The alert notification method.
public DescribeContactListResponseBody.Contact.Builder channelsState(DescribeContactListResponseBody.ChannelsState 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.
public DescribeContactListResponseBody.Contact.Builder contactGroups(DescribeContactListResponseBody.ContactGroups contactGroups)
None.
public DescribeContactListResponseBody.Contact.Builder createTime(Long createTime)
The timestamp when the alert contact was created.
Unit: milliseconds.
example:1552356159000
public DescribeContactListResponseBody.Contact.Builder desc(String desc)
The description.
public DescribeContactListResponseBody.Contact.Builder lang(String lang)
The language in which the alert information is displayed. Valid values:
zh-cn
public DescribeContactListResponseBody.Contact.Builder name(String name)
The name of the alert contact.
example:Alice
public DescribeContactListResponseBody.Contact.Builder updateTime(Long updateTime)
The timestamp when the alert contact was updated.
Unit: milliseconds.
example:1552356159000
public DescribeContactListResponseBody.Contact build()
Copyright © 2026. All rights reserved.