public static class ListIntegrationResponseBody.ListIntegrationResponseBodyPageInfo
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<ListIntegrationResponseBody.ListIntegrationResponseBodyPageInfoIntegrations> |
integrations |
Long |
page
example:
1
|
Long |
size
example:
10
|
Long |
total
example:
1
|
| 构造器和说明 |
|---|
ListIntegrationResponseBodyPageInfo() |
@NameInMap(value="Integrations") public List<ListIntegrationResponseBody.ListIntegrationResponseBodyPageInfoIntegrations> integrations
@NameInMap(value="Page") public Long page
1
@NameInMap(value="Size") public Long size
10
@NameInMap(value="Total") public Long total
1
public static ListIntegrationResponseBody.ListIntegrationResponseBodyPageInfo build(Map<String,?> map) throws Exception
Exceptionpublic ListIntegrationResponseBody.ListIntegrationResponseBodyPageInfo setIntegrations(List<ListIntegrationResponseBody.ListIntegrationResponseBodyPageInfoIntegrations> integrations)
public List<ListIntegrationResponseBody.ListIntegrationResponseBodyPageInfoIntegrations> getIntegrations()
public ListIntegrationResponseBody.ListIntegrationResponseBodyPageInfo setPage(Long page)
public Long getPage()
public ListIntegrationResponseBody.ListIntegrationResponseBodyPageInfo setSize(Long size)
public Long getSize()
public ListIntegrationResponseBody.ListIntegrationResponseBodyPageInfo setTotal(Long total)
public Long getTotal()
Copyright © 2024. All rights reserved.