public class CfOrgResp
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
deptCode |
String |
deptName |
Long |
level |
String |
organizationCodePath |
String |
organizationPath |
String |
parentDeptCode |
| 构造器和说明 |
|---|
CfOrgResp() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CfOrgResp |
build(Map<String,?> map) |
String |
getDeptCode() |
String |
getDeptName() |
Long |
getLevel() |
String |
getOrganizationCodePath() |
String |
getOrganizationPath() |
String |
getParentDeptCode() |
CfOrgResp |
setDeptCode(String deptCode) |
CfOrgResp |
setDeptName(String deptName) |
CfOrgResp |
setLevel(Long level) |
CfOrgResp |
setOrganizationCodePath(String organizationCodePath) |
CfOrgResp |
setOrganizationPath(String organizationPath) |
CfOrgResp |
setParentDeptCode(String parentDeptCode) |
@NameInMap(value="deptCode") public String deptCode
@NameInMap(value="deptName") public String deptName
@NameInMap(value="level") public Long level
@NameInMap(value="organizationCodePath") public String organizationCodePath
@NameInMap(value="organizationPath") public String organizationPath
@NameInMap(value="parentDeptCode") public String parentDeptCode
Copyright © 2023. All rights reserved.