public class DescribeStaffStatusMetricsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeStaffStatusMetricsRequest()  | 
DescribeStaffStatusMetricsRequest(DescribeStaffStatusMetricsRequest 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[] | 
getGroupIdList()
Get Filter skill group id list. 
 | 
Long | 
getSdkAppId()
Get Application id (required) can be found at https://console.cloud.tencent.com/ccc. 
 | 
String[] | 
getStaffList()
Get Filter agent list. 
 | 
String[] | 
getStatusList()
Get Filter agent status list agent status free available | busy busy | rest on break | notready not ready | aftercallwork post-call adjustment | offline offline . 
 | 
void | 
setGroupIdList(Long[] GroupIdList)
Set Filter skill group id list. 
 | 
void | 
setSdkAppId(Long SdkAppId)
Set Application id (required) can be found at https://console.cloud.tencent.com/ccc. 
 | 
void | 
setStaffList(String[] StaffList)
Set Filter agent list. 
 | 
void | 
setStatusList(String[] StatusList)
Set Filter agent status list agent status free available | busy busy | rest on break | notready not ready | aftercallwork post-call adjustment | offline offline . 
 | 
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 DescribeStaffStatusMetricsRequest()
public DescribeStaffStatusMetricsRequest(DescribeStaffStatusMetricsRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId - Application id (required) can be found at https://console.cloud.tencent.com/ccc.public String[] getStaffList()
public void setStaffList(String[] StaffList)
StaffList - Filter agent list. by default, do not pass all returned agent information.public Long[] getGroupIdList()
public void setGroupIdList(Long[] GroupIdList)
GroupIdList - Filter skill group id list.public String[] getStatusList()
public void setStatusList(String[] StatusList)
StatusList - Filter agent status list agent status free available | busy busy | rest on break | notready not ready | aftercallwork post-call adjustment | offline offline .Copyright © 2025. All rights reserved.