public class ListParentByDeptRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
departmentId |
String |
subCorpId |
| 构造器和说明 |
|---|
ListParentByDeptRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListParentByDeptRequest |
build(Map<String,?> map) |
Long |
getDepartmentId() |
String |
getSubCorpId() |
ListParentByDeptRequest |
setDepartmentId(Long departmentId) |
ListParentByDeptRequest |
setSubCorpId(String subCorpId) |
@NameInMap(value="departmentId") public Long departmentId
@NameInMap(value="subCorpId") public String subCorpId
public static ListParentByDeptRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListParentByDeptRequest setDepartmentId(Long departmentId)
public Long getDepartmentId()
public ListParentByDeptRequest setSubCorpId(String subCorpId)
public String getSubCorpId()
Copyright © 2022. All rights reserved.