public class QueryAllGroupsInDeptResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
QueryAllGroupsInDeptResponseBody.QueryAllGroupsInDeptResponseBodyContent |
限定符和类型 | 字段和说明 |
---|---|
List<QueryAllGroupsInDeptResponseBody.QueryAllGroupsInDeptResponseBodyContent> |
content |
Long |
currentPage |
Long |
totalCount |
Long |
totalPages |
构造器和说明 |
---|
QueryAllGroupsInDeptResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static QueryAllGroupsInDeptResponseBody |
build(Map<String,?> map) |
List<QueryAllGroupsInDeptResponseBody.QueryAllGroupsInDeptResponseBodyContent> |
getContent() |
Long |
getCurrentPage() |
Long |
getTotalCount() |
Long |
getTotalPages() |
QueryAllGroupsInDeptResponseBody |
setContent(List<QueryAllGroupsInDeptResponseBody.QueryAllGroupsInDeptResponseBodyContent> content) |
QueryAllGroupsInDeptResponseBody |
setCurrentPage(Long currentPage) |
QueryAllGroupsInDeptResponseBody |
setTotalCount(Long totalCount) |
QueryAllGroupsInDeptResponseBody |
setTotalPages(Long totalPages) |
@NameInMap(value="content") public List<QueryAllGroupsInDeptResponseBody.QueryAllGroupsInDeptResponseBodyContent> content
@NameInMap(value="totalPages") public Long totalPages
@NameInMap(value="totalCount") public Long totalCount
@NameInMap(value="currentPage") public Long currentPage
public static QueryAllGroupsInDeptResponseBody build(Map<String,?> map) throws Exception
Exception
public QueryAllGroupsInDeptResponseBody setContent(List<QueryAllGroupsInDeptResponseBody.QueryAllGroupsInDeptResponseBodyContent> content)
public List<QueryAllGroupsInDeptResponseBody.QueryAllGroupsInDeptResponseBodyContent> getContent()
public QueryAllGroupsInDeptResponseBody setTotalPages(Long totalPages)
public Long getTotalPages()
public QueryAllGroupsInDeptResponseBody setTotalCount(Long totalCount)
public Long getTotalCount()
public QueryAllGroupsInDeptResponseBody setCurrentPage(Long currentPage)
public Long getCurrentPage()
Copyright © 2021. All rights reserved.