public class DescribeIntegrationEmployeesRequest extends AbstractModel
skipSign
Constructor and Description |
---|
DescribeIntegrationEmployeesRequest() |
DescribeIntegrationEmployeesRequest(DescribeIntegrationEmployeesRequest 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 |
---|---|
Agent |
getAgent()
Get 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
|
Filter[] |
getFilters()
Get 查询过滤实名用户,Key为Status,Values为["IsVerified"]
根据第三方系统openId过滤查询员工时,Key为StaffOpenId,Values为["OpenId","OpenId",...]
|
Long |
getLimit()
Get 返回最大数量,最大为20
|
Long |
getOffset()
Get 偏移量,默认为0,最大为20000
|
UserInfo |
getOperator()
Get 操作人信息,userId必填
|
void |
setAgent(Agent Agent)
Set 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
|
void |
setFilters(Filter[] Filters)
Set 查询过滤实名用户,Key为Status,Values为["IsVerified"]
根据第三方系统openId过滤查询员工时,Key为StaffOpenId,Values为["OpenId","OpenId",...]
|
void |
setLimit(Long Limit)
Set 返回最大数量,最大为20
|
void |
setOffset(Long Offset)
Set 偏移量,默认为0,最大为20000
|
void |
setOperator(UserInfo Operator)
Set 操作人信息,userId必填
|
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 DescribeIntegrationEmployeesRequest()
public DescribeIntegrationEmployeesRequest(DescribeIntegrationEmployeesRequest source)
public UserInfo getOperator()
public void setOperator(UserInfo Operator)
Operator
- 操作人信息,userId必填public Long getLimit()
public void setLimit(Long Limit)
Limit
- 返回最大数量,最大为20public Agent getAgent()
public void setAgent(Agent Agent)
Agent
- 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- 查询过滤实名用户,Key为Status,Values为["IsVerified"]
根据第三方系统openId过滤查询员工时,Key为StaffOpenId,Values为["OpenId","OpenId",...]public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,默认为0,最大为20000Copyright © 2023. All rights reserved.