public class DescribeIntegrationDepartmentsRequest extends AbstractModel
skipSign
Constructor and Description |
---|
DescribeIntegrationDepartmentsRequest() |
DescribeIntegrationDepartmentsRequest(DescribeIntegrationDepartmentsRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getDeptId()
Get 部门ID,与DeptOpenId二选一,优先DeptId,都为空时获取根节点数据
|
String |
getDeptOpenId()
Get 客户系统部门ID,与DeptId二选一,优先DeptId,都为空时获取根节点数据
|
UserInfo |
getOperator()
Get 操作人信息,UserId必填且需拥有组织架构管理权限
|
Long |
getQueryType()
Get 查询类型 0-查询单个部门节点 1-单个部门节点及一级子节点部门列表
|
void |
setDeptId(String DeptId)
Set 部门ID,与DeptOpenId二选一,优先DeptId,都为空时获取根节点数据
|
void |
setDeptOpenId(String DeptOpenId)
Set 客户系统部门ID,与DeptId二选一,优先DeptId,都为空时获取根节点数据
|
void |
setOperator(UserInfo Operator)
Set 操作人信息,UserId必填且需拥有组织架构管理权限
|
void |
setQueryType(Long QueryType)
Set 查询类型 0-查询单个部门节点 1-单个部门节点及一级子节点部门列表
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeIntegrationDepartmentsRequest()
public DescribeIntegrationDepartmentsRequest(DescribeIntegrationDepartmentsRequest source)
public UserInfo getOperator()
public void setOperator(UserInfo Operator)
Operator
- 操作人信息,UserId必填且需拥有组织架构管理权限public Long getQueryType()
public void setQueryType(Long QueryType)
QueryType
- 查询类型 0-查询单个部门节点 1-单个部门节点及一级子节点部门列表public String getDeptId()
public void setDeptId(String DeptId)
DeptId
- 部门ID,与DeptOpenId二选一,优先DeptId,都为空时获取根节点数据public String getDeptOpenId()
public void setDeptOpenId(String DeptOpenId)
DeptOpenId
- 客户系统部门ID,与DeptId二选一,优先DeptId,都为空时获取根节点数据Copyright © 2023. All rights reserved.