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