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, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public 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,999public 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 © 2024. All rights reserved.