public class GetDeptsByOrgIdResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
GetDeptsByOrgIdResponseBody.GetDeptsByOrgIdResponseBodyDeptList |
| 限定符和类型 | 字段和说明 |
|---|---|
List<GetDeptsByOrgIdResponseBody.GetDeptsByOrgIdResponseBodyDeptList> |
deptList |
Boolean |
hasMore |
Integer |
maxResults |
Long |
nextToken |
| 构造器和说明 |
|---|
GetDeptsByOrgIdResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetDeptsByOrgIdResponseBody |
build(Map<String,?> map) |
List<GetDeptsByOrgIdResponseBody.GetDeptsByOrgIdResponseBodyDeptList> |
getDeptList() |
Boolean |
getHasMore() |
Integer |
getMaxResults() |
Long |
getNextToken() |
GetDeptsByOrgIdResponseBody |
setDeptList(List<GetDeptsByOrgIdResponseBody.GetDeptsByOrgIdResponseBodyDeptList> deptList) |
GetDeptsByOrgIdResponseBody |
setHasMore(Boolean hasMore) |
GetDeptsByOrgIdResponseBody |
setMaxResults(Integer maxResults) |
GetDeptsByOrgIdResponseBody |
setNextToken(Long nextToken) |
@NameInMap(value="deptList") public List<GetDeptsByOrgIdResponseBody.GetDeptsByOrgIdResponseBodyDeptList> deptList
@NameInMap(value="hasMore") public Boolean hasMore
@NameInMap(value="maxResults") public Integer maxResults
@NameInMap(value="nextToken") public Long nextToken
public static GetDeptsByOrgIdResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic GetDeptsByOrgIdResponseBody setDeptList(List<GetDeptsByOrgIdResponseBody.GetDeptsByOrgIdResponseBodyDeptList> deptList)
public List<GetDeptsByOrgIdResponseBody.GetDeptsByOrgIdResponseBodyDeptList> getDeptList()
public GetDeptsByOrgIdResponseBody setHasMore(Boolean hasMore)
public Boolean getHasMore()
public GetDeptsByOrgIdResponseBody setMaxResults(Integer maxResults)
public Integer getMaxResults()
public GetDeptsByOrgIdResponseBody setNextToken(Long nextToken)
public Long getNextToken()
Copyright © 2022. All rights reserved.