public class ListResidentSubDeptsResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ListResidentSubDeptsResponseBody.ListResidentSubDeptsResponseBodyDepartmentList |
| 限定符和类型 | 字段和说明 |
|---|---|
List<ListResidentSubDeptsResponseBody.ListResidentSubDeptsResponseBodyDepartmentList> |
departmentList
This parameter is required.
|
Boolean |
hasMore
This parameter is required.
|
Long |
nextCursor
This parameter is required.
|
Long |
total
This parameter is required.
|
| 构造器和说明 |
|---|
ListResidentSubDeptsResponseBody() |
@NameInMap(value="departmentList") public List<ListResidentSubDeptsResponseBody.ListResidentSubDeptsResponseBodyDepartmentList> departmentList
This parameter is required.
@NameInMap(value="hasMore") public Boolean hasMore
This parameter is required.
@NameInMap(value="nextCursor") public Long nextCursor
This parameter is required.
@NameInMap(value="total") public Long total
This parameter is required.
public static ListResidentSubDeptsResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic ListResidentSubDeptsResponseBody setDepartmentList(List<ListResidentSubDeptsResponseBody.ListResidentSubDeptsResponseBodyDepartmentList> departmentList)
public List<ListResidentSubDeptsResponseBody.ListResidentSubDeptsResponseBodyDepartmentList> getDepartmentList()
public ListResidentSubDeptsResponseBody setHasMore(Boolean hasMore)
public Boolean getHasMore()
public ListResidentSubDeptsResponseBody setNextCursor(Long nextCursor)
public Long getNextCursor()
public ListResidentSubDeptsResponseBody setTotal(Long total)
public Long getTotal()
Copyright © 2025. All rights reserved.