public class CustomizeContactDeptCreateRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
code
This parameter is required.
|
List<String> |
managerIdList |
String |
name
This parameter is required.
|
Long |
order |
Long |
parentDeptId
This parameter is required.
|
Long |
refId |
Long |
type
This parameter is required.
|
构造器和说明 |
---|
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
This parameter is required.
@NameInMap(value="name") public String name
This parameter is required.
@NameInMap(value="order") public Long order
@NameInMap(value="parentDeptId") public Long parentDeptId
This parameter is required.
@NameInMap(value="refId") public Long refId
@NameInMap(value="type") public Long type
This parameter is required.
public static CustomizeContactDeptCreateRequest build(Map<String,?> map) throws Exception
Exception
public 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 © 2024. All rights reserved.