public static class CreateOrUpdateNotificationPolicyResponseBody.CreateOrUpdateNotificationPolicyResponseBodyNotificationPolicyGroupRule
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<String> |
groupingFields
The field that is used for grouping.
|
Long |
groupInterval
The time interval of grouping.
|
Long |
groupWait
The waiting time for grouping.
|
| 构造器和说明 |
|---|
CreateOrUpdateNotificationPolicyResponseBodyNotificationPolicyGroupRule() |
@NameInMap(value="GroupInterval") public Long groupInterval
The time interval of grouping. Unit: seconds. Default value: 30.
example:30
@NameInMap(value="GroupWait") public Long groupWait
The waiting time for grouping. Unit: seconds. Default value: 5.
example:5
public CreateOrUpdateNotificationPolicyResponseBodyNotificationPolicyGroupRule()
public static CreateOrUpdateNotificationPolicyResponseBody.CreateOrUpdateNotificationPolicyResponseBodyNotificationPolicyGroupRule build(Map<String,?> map) throws Exception
Exceptionpublic CreateOrUpdateNotificationPolicyResponseBody.CreateOrUpdateNotificationPolicyResponseBodyNotificationPolicyGroupRule setGroupInterval(Long groupInterval)
public Long getGroupInterval()
public CreateOrUpdateNotificationPolicyResponseBody.CreateOrUpdateNotificationPolicyResponseBodyNotificationPolicyGroupRule setGroupWait(Long groupWait)
public Long getGroupWait()
public CreateOrUpdateNotificationPolicyResponseBody.CreateOrUpdateNotificationPolicyResponseBodyNotificationPolicyGroupRule setGroupingFields(List<String> groupingFields)
Copyright © 2024. All rights reserved.