public static final class DescribeDingTalkResponseBody.ActionList.Builder extends Object
public DescribeDingTalkResponseBody.ActionList.Builder actionName(String actionName)
The name of the notification.
example:Alert notification
public DescribeDingTalkResponseBody.ActionList.Builder aliUid(Long aliUid)
The UID of the user.
example:12312412341
public DescribeDingTalkResponseBody.ActionList.Builder configList(String configList)
The list of notification settings.
example:[{"type":"vul","configItemList":[{"key":"key", "valueList":"123"}]}]
public DescribeDingTalkResponseBody.ActionList.Builder dingTalkLang(String dingTalkLang)
The language of the content within notifications. Valid values:
zh
public DescribeDingTalkResponseBody.ActionList.Builder gmtCreate(Long gmtCreate)
The creation time. unit:millisecond.
example:1550828400000
public DescribeDingTalkResponseBody.ActionList.Builder gmtModified(Long gmtModified)
The modification time.
example:1550828400000
public DescribeDingTalkResponseBody.ActionList.Builder groupIdList(String groupIdList)
The group IDs.
example:"123,456"
public DescribeDingTalkResponseBody.ActionList.Builder id(Integer id)
The ID of the notification.
example:1
public DescribeDingTalkResponseBody.ActionList.Builder intervalTime(Integer intervalTime)
The interval at which the notifications are sent.unit:minute.
example:1000
public DescribeDingTalkResponseBody.ActionList.Builder status(Integer status)
The status of the notification. Valid values:
1
public DescribeDingTalkResponseBody.ActionList.Builder url(String url)
The parameters of the notification.
example:public DescribeDingTalkResponseBody.ActionList build()
Copyright © 2026. All rights reserved.