Class ChannelDescribeEmployeesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.essbasic.v20210526.models.ChannelDescribeEmployeesRequest
-
public class ChannelDescribeEmployeesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ChannelDescribeEmployeesRequest()
ChannelDescribeEmployeesRequest(ChannelDescribeEmployeesRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Agent
getAgent()
Get 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent.Filter[]
getFilters()
Get 查询过滤实名用户,Key为Status,Values为["IsVerified"] 根据第三方系统openId过滤查询员工时,Key为StaffOpenId,Values为["OpenId","OpenId",...] 查询离职员工时,Key为Status,Values为["QuiteJob"]Long
getLimit()
Get 指定每页多少条数据,单页最大20Long
getOffset()
Get 查询结果分页返回,此处指定第几页,如果不传默认从第一页返回。页码从 0 开始,即首页为 0,最大为20000UserInfo
getOperator()
Deprecated.void
setAgent(Agent Agent)
Set 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent.void
setFilters(Filter[] Filters)
Set 查询过滤实名用户,Key为Status,Values为["IsVerified"] 根据第三方系统openId过滤查询员工时,Key为StaffOpenId,Values为["OpenId","OpenId",...] 查询离职员工时,Key为Status,Values为["QuiteJob"]void
setLimit(Long Limit)
Set 指定每页多少条数据,单页最大20void
setOffset(Long Offset)
Set 查询结果分页返回,此处指定第几页,如果不传默认从第一页返回。页码从 0 开始,即首页为 0,最大为20000void
setOperator(UserInfo Operator)
Deprecated.void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ChannelDescribeEmployeesRequest
public ChannelDescribeEmployeesRequest()
-
ChannelDescribeEmployeesRequest
public ChannelDescribeEmployeesRequest(ChannelDescribeEmployeesRequest 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.
-
-
Method Detail
-
getAgent
public Agent getAgent()
Get 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。- Returns:
- Agent 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
-
setAgent
public void setAgent(Agent Agent)
Set 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。- Parameters:
Agent
- 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
-
getLimit
public Long getLimit()
Get 指定每页多少条数据,单页最大20- Returns:
- Limit 指定每页多少条数据,单页最大20
-
setLimit
public void setLimit(Long Limit)
Set 指定每页多少条数据,单页最大20- Parameters:
Limit
- 指定每页多少条数据,单页最大20
-
getFilters
public Filter[] getFilters()
Get 查询过滤实名用户,Key为Status,Values为["IsVerified"] 根据第三方系统openId过滤查询员工时,Key为StaffOpenId,Values为["OpenId","OpenId",...] 查询离职员工时,Key为Status,Values为["QuiteJob"]- Returns:
- Filters 查询过滤实名用户,Key为Status,Values为["IsVerified"] 根据第三方系统openId过滤查询员工时,Key为StaffOpenId,Values为["OpenId","OpenId",...] 查询离职员工时,Key为Status,Values为["QuiteJob"]
-
setFilters
public void setFilters(Filter[] Filters)
Set 查询过滤实名用户,Key为Status,Values为["IsVerified"] 根据第三方系统openId过滤查询员工时,Key为StaffOpenId,Values为["OpenId","OpenId",...] 查询离职员工时,Key为Status,Values为["QuiteJob"]- Parameters:
Filters
- 查询过滤实名用户,Key为Status,Values为["IsVerified"] 根据第三方系统openId过滤查询员工时,Key为StaffOpenId,Values为["OpenId","OpenId",...] 查询离职员工时,Key为Status,Values为["QuiteJob"]
-
getOffset
public Long getOffset()
Get 查询结果分页返回,此处指定第几页,如果不传默认从第一页返回。页码从 0 开始,即首页为 0,最大为20000- Returns:
- Offset 查询结果分页返回,此处指定第几页,如果不传默认从第一页返回。页码从 0 开始,即首页为 0,最大为20000
-
setOffset
public void setOffset(Long Offset)
Set 查询结果分页返回,此处指定第几页,如果不传默认从第一页返回。页码从 0 开始,即首页为 0,最大为20000- Parameters:
Offset
- 查询结果分页返回,此处指定第几页,如果不传默认从第一页返回。页码从 0 开始,即首页为 0,最大为20000
-
getOperator
@Deprecated public UserInfo getOperator()
Deprecated.Get 暂未开放- Returns:
- Operator 暂未开放
-
setOperator
@Deprecated public void setOperator(UserInfo Operator)
Deprecated.Set 暂未开放- Parameters:
Operator
- 暂未开放
-
-