public static class QueryAllDepartmentResponseBody.QueryAllDepartmentResponseBodyContent
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
QueryAllDepartmentResponseBodyContent() |
@NameInMap(value="deptAndExt") public QueryAllDepartmentResponseBody.QueryAllDepartmentResponseBodyContentDeptAndExt deptAndExt
@NameInMap(value="groupAndExtList") public List<QueryAllDepartmentResponseBody.QueryAllDepartmentResponseBodyContentGroupAndExtList> groupAndExtList
@NameInMap(value="id") public Long id
@NameInMap(value="name") public String name
public static QueryAllDepartmentResponseBody.QueryAllDepartmentResponseBodyContent build(Map<String,?> map) throws Exception
Exceptionpublic QueryAllDepartmentResponseBody.QueryAllDepartmentResponseBodyContent setDeptAndExt(QueryAllDepartmentResponseBody.QueryAllDepartmentResponseBodyContentDeptAndExt deptAndExt)
public QueryAllDepartmentResponseBody.QueryAllDepartmentResponseBodyContentDeptAndExt getDeptAndExt()
public QueryAllDepartmentResponseBody.QueryAllDepartmentResponseBodyContent setGroupAndExtList(List<QueryAllDepartmentResponseBody.QueryAllDepartmentResponseBodyContentGroupAndExtList> groupAndExtList)
public List<QueryAllDepartmentResponseBody.QueryAllDepartmentResponseBodyContentGroupAndExtList> getGroupAndExtList()
public QueryAllDepartmentResponseBody.QueryAllDepartmentResponseBodyContent setId(Long id)
public Long getId()
public QueryAllDepartmentResponseBody.QueryAllDepartmentResponseBodyContent setName(String name)
public String getName()
Copyright © 2022. All rights reserved.