public static class ListNotificationPoliciesResponseBody.ListNotificationPoliciesResponseBodyPageBean
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<ListNotificationPoliciesResponseBody.ListNotificationPoliciesResponseBodyPageBeanNotificationPolicies> |
notificationPolicies
The queried notification policies.
|
Long |
page
The number of the page returned.
|
Long |
size
The number of entries that are returned on each page.
|
Long |
total
The number of notification policies that are returned.
|
| 构造器和说明 |
|---|
ListNotificationPoliciesResponseBodyPageBean() |
@NameInMap(value="NotificationPolicies") public List<ListNotificationPoliciesResponseBody.ListNotificationPoliciesResponseBodyPageBeanNotificationPolicies> notificationPolicies
The queried notification policies.
@NameInMap(value="Page") public Long page
The number of the page returned.
example:1
@NameInMap(value="Size") public Long size
The number of entries that are returned on each page.
example:20
@NameInMap(value="Total") public Long total
The number of notification policies that are returned.
example:24
public ListNotificationPoliciesResponseBodyPageBean()
public static ListNotificationPoliciesResponseBody.ListNotificationPoliciesResponseBodyPageBean build(Map<String,?> map) throws Exception
Exceptionpublic ListNotificationPoliciesResponseBody.ListNotificationPoliciesResponseBodyPageBean setNotificationPolicies(List<ListNotificationPoliciesResponseBody.ListNotificationPoliciesResponseBodyPageBeanNotificationPolicies> notificationPolicies)
public List<ListNotificationPoliciesResponseBody.ListNotificationPoliciesResponseBodyPageBeanNotificationPolicies> getNotificationPolicies()
public ListNotificationPoliciesResponseBody.ListNotificationPoliciesResponseBodyPageBean setPage(Long page)
public Long getPage()
public ListNotificationPoliciesResponseBody.ListNotificationPoliciesResponseBodyPageBean setSize(Long size)
public Long getSize()
public ListNotificationPoliciesResponseBody.ListNotificationPoliciesResponseBodyPageBean setTotal(Long total)
public Long getTotal()
Copyright © 2024. All rights reserved.