public class CustomizeContactDeptCreateRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
code |
List<String> |
managerIdList |
String |
name |
Long |
order |
Long |
parentDeptId |
Long |
refId |
Long |
type |
| 构造器和说明 |
|---|
CustomizeContactDeptCreateRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CustomizeContactDeptCreateRequest |
build(Map<String,?> map) |
String |
getCode() |
List<String> |
getManagerIdList() |
String |
getName() |
Long |
getOrder() |
Long |
getParentDeptId() |
Long |
getRefId() |
Long |
getType() |
CustomizeContactDeptCreateRequest |
setCode(String code) |
CustomizeContactDeptCreateRequest |
setManagerIdList(List<String> managerIdList) |
CustomizeContactDeptCreateRequest |
setName(String name) |
CustomizeContactDeptCreateRequest |
setOrder(Long order) |
CustomizeContactDeptCreateRequest |
setParentDeptId(Long parentDeptId) |
CustomizeContactDeptCreateRequest |
setRefId(Long refId) |
CustomizeContactDeptCreateRequest |
setType(Long type) |
@NameInMap(value="code") public String code
@NameInMap(value="name") public String name
@NameInMap(value="order") public Long order
@NameInMap(value="parentDeptId") public Long parentDeptId
@NameInMap(value="refId") public Long refId
@NameInMap(value="type") public Long type
public static CustomizeContactDeptCreateRequest build(Map<String,?> map) throws Exception
Exceptionpublic CustomizeContactDeptCreateRequest setCode(String code)
public String getCode()
public CustomizeContactDeptCreateRequest setManagerIdList(List<String> managerIdList)
public CustomizeContactDeptCreateRequest setName(String name)
public String getName()
public CustomizeContactDeptCreateRequest setOrder(Long order)
public Long getOrder()
public CustomizeContactDeptCreateRequest setParentDeptId(Long parentDeptId)
public Long getParentDeptId()
public CustomizeContactDeptCreateRequest setRefId(Long refId)
public Long getRefId()
public CustomizeContactDeptCreateRequest setType(Long type)
public Long getType()
Copyright © 2022. All rights reserved.