public class ListResidentDeptUsersResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ListResidentDeptUsersResponseBody.ListResidentDeptUsersResponseBodyUserList |
static class |
ListResidentDeptUsersResponseBody.ListResidentDeptUsersResponseBodyUserListRoles |
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
hasMore |
Long |
nextCursor |
List<ListResidentDeptUsersResponseBody.ListResidentDeptUsersResponseBodyUserList> |
userList |
| 构造器和说明 |
|---|
ListResidentDeptUsersResponseBody() |
@NameInMap(value="hasMore") public Boolean hasMore
@NameInMap(value="nextCursor") public Long nextCursor
@NameInMap(value="userList") public List<ListResidentDeptUsersResponseBody.ListResidentDeptUsersResponseBodyUserList> userList
public static ListResidentDeptUsersResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic ListResidentDeptUsersResponseBody setHasMore(Boolean hasMore)
public Boolean getHasMore()
public ListResidentDeptUsersResponseBody setNextCursor(Long nextCursor)
public Long getNextCursor()
public ListResidentDeptUsersResponseBody setUserList(List<ListResidentDeptUsersResponseBody.ListResidentDeptUsersResponseBodyUserList> userList)
public List<ListResidentDeptUsersResponseBody.ListResidentDeptUsersResponseBodyUserList> getUserList()
Copyright © 2022. All rights reserved.