public static class ListDataServiceGroupsResponseBody.ListDataServiceGroupsResponseBodyGroupPagingResult
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<ListDataServiceGroupsResponseBody.ListDataServiceGroupsResponseBodyGroupPagingResultGroups> |
groups |
Integer |
pageNumber |
Integer |
pageSize |
Integer |
totalCount |
| 构造器和说明 |
|---|
ListDataServiceGroupsResponseBodyGroupPagingResult() |
@NameInMap(value="Groups") public List<ListDataServiceGroupsResponseBody.ListDataServiceGroupsResponseBodyGroupPagingResultGroups> groups
@NameInMap(value="PageNumber") public Integer pageNumber
@NameInMap(value="PageSize") public Integer pageSize
@NameInMap(value="TotalCount") public Integer totalCount
public ListDataServiceGroupsResponseBodyGroupPagingResult()
public static ListDataServiceGroupsResponseBody.ListDataServiceGroupsResponseBodyGroupPagingResult build(Map<String,?> map) throws Exception
Exceptionpublic ListDataServiceGroupsResponseBody.ListDataServiceGroupsResponseBodyGroupPagingResult setGroups(List<ListDataServiceGroupsResponseBody.ListDataServiceGroupsResponseBodyGroupPagingResultGroups> groups)
public List<ListDataServiceGroupsResponseBody.ListDataServiceGroupsResponseBodyGroupPagingResultGroups> getGroups()
public ListDataServiceGroupsResponseBody.ListDataServiceGroupsResponseBodyGroupPagingResult setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public ListDataServiceGroupsResponseBody.ListDataServiceGroupsResponseBodyGroupPagingResult setPageSize(Integer pageSize)
public Integer getPageSize()
public ListDataServiceGroupsResponseBody.ListDataServiceGroupsResponseBodyGroupPagingResult setTotalCount(Integer totalCount)
public Integer getTotalCount()
Copyright © 2021. All rights reserved.