public class DescribeStaffInfoListRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeStaffInfoListRequest()  | 
DescribeStaffInfoListRequest(DescribeStaffInfoListRequest 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 | 
|---|---|
Long | 
getModifiedTime()
Get Use when querying for agents with a modification time greater or equal to modifiedtime. 
 | 
Long | 
getPageNumber()
Get Page number starting from 0. 
 | 
Long | 
getPageSize()
Get Page size, upper limit 9,999. 
 | 
Long | 
getSdkAppId()
Get Application id (required) can be found at https://console.cloud.tencent.com/ccc. 
 | 
Long | 
getSkillGroupId()
Get Skill group id. 
 | 
String | 
getStaffMail()
Get Agent account used when querying a single agent. 
 | 
void | 
setModifiedTime(Long ModifiedTime)
Set Use when querying for agents with a modification time greater or equal to modifiedtime. 
 | 
void | 
setPageNumber(Long PageNumber)
Set Page number starting from 0. 
 | 
void | 
setPageSize(Long PageSize)
Set Page size, upper limit 9,999. 
 | 
void | 
setSdkAppId(Long SdkAppId)
Set Application id (required) can be found at https://console.cloud.tencent.com/ccc. 
 | 
void | 
setSkillGroupId(Long SkillGroupId)
Set Skill group id. 
 | 
void | 
setStaffMail(String StaffMail)
Set Agent account used when querying a single agent. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeStaffInfoListRequest()
public DescribeStaffInfoListRequest(DescribeStaffInfoListRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId - Application id (required) can be found at https://console.cloud.tencent.com/ccc.public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize - Page size, upper limit 9,999.public Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber - Page number starting from 0.public String getStaffMail()
public void setStaffMail(String StaffMail)
StaffMail - Agent account used when querying a single agent.public Long getModifiedTime()
public void setModifiedTime(Long ModifiedTime)
ModifiedTime - Use when querying for agents with a modification time greater or equal to modifiedtime.public Long getSkillGroupId()
public void setSkillGroupId(Long SkillGroupId)
SkillGroupId - Skill group id.Copyright © 2025. All rights reserved.