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