public class StaffStatusMetrics extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
StaffStatusMetrics()  | 
StaffStatusMetrics(StaffStatusMetrics 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 | 
getAfterCallWorkDuration()
Get Adjust the total duration of after-call work for the day. 
 | 
Long | 
getBusyDuration()
Get Total busy duration of the day. 
 | 
ClientInfo[] | 
getClientInfo()
Get Specifies the endpoint information for customer service logon. 
 | 
String | 
getEmail()
Get Agent email. 
 | 
Long | 
getFreeDuration()
Get Total available duration of the day. 
 | 
Long | 
getLastOnlineTimestamp()
Get Last online timestamp. 
 | 
Long | 
getLastStatusTimestamp()
Get Last status timestamp. 
 | 
Long | 
getNotReadyDuration()
Get Total not ready status duration of the day. 
 | 
Long | 
getOnlineDuration()
Get Total online duration of the day. 
 | 
String | 
getReason()
Get Reason for break. 
 | 
Boolean | 
getReserveNotReady()
Get Whether to reserve not ready status. 
 | 
Boolean | 
getReserveRest()
Get Whether to reserve break status. 
 | 
Long | 
getRestDuration()
Get Total break duration of the day. 
 | 
String | 
getStatus()
Get Agent status free available | busy busy | rest on break | notready not ready | aftercallwork post-call adjustment | offline offline. 
 | 
StaffStatusExtra | 
getStatusExtra()
Get Supplementary information on agent status. 
 | 
Long | 
getUseMobileAccept()
Get Cell phone answering pattern: 0 - off | 1 - only when offline | 2 - always. 
 | 
Boolean | 
getUseMobileCallOut()
Get Cell phone outbound call switch. 
 | 
void | 
setAfterCallWorkDuration(Long AfterCallWorkDuration)
Set Adjust the total duration of after-call work for the day. 
 | 
void | 
setBusyDuration(Long BusyDuration)
Set Total busy duration of the day. 
 | 
void | 
setClientInfo(ClientInfo[] ClientInfo)
Set Specifies the endpoint information for customer service logon. 
 | 
void | 
setEmail(String Email)
Set Agent email. 
 | 
void | 
setFreeDuration(Long FreeDuration)
Set Total available duration of the day. 
 | 
void | 
setLastOnlineTimestamp(Long LastOnlineTimestamp)
Set Last online timestamp. 
 | 
void | 
setLastStatusTimestamp(Long LastStatusTimestamp)
Set Last status timestamp. 
 | 
void | 
setNotReadyDuration(Long NotReadyDuration)
Set Total not ready status duration of the day. 
 | 
void | 
setOnlineDuration(Long OnlineDuration)
Set Total online duration of the day. 
 | 
void | 
setReason(String Reason)
Set Reason for break. 
 | 
void | 
setReserveNotReady(Boolean ReserveNotReady)
Set Whether to reserve not ready status. 
 | 
void | 
setReserveRest(Boolean ReserveRest)
Set Whether to reserve break status. 
 | 
void | 
setRestDuration(Long RestDuration)
Set Total break duration of the day. 
 | 
void | 
setStatus(String Status)
Set Agent status free available | busy busy | rest on break | notready not ready | aftercallwork post-call adjustment | offline offline. 
 | 
void | 
setStatusExtra(StaffStatusExtra StatusExtra)
Set Supplementary information on agent status. 
 | 
void | 
setUseMobileAccept(Long UseMobileAccept)
Set Cell phone answering pattern: 0 - off | 1 - only when offline | 2 - always. 
 | 
void | 
setUseMobileCallOut(Boolean UseMobileCallOut)
Set Cell phone outbound call switch. 
 | 
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 StaffStatusMetrics()
public StaffStatusMetrics(StaffStatusMetrics source)
public String getEmail()
public void setEmail(String Email)
Email - Agent email.public String getStatus()
public void setStatus(String Status)
Status - Agent status free available | busy busy | rest on break | notready not ready | aftercallwork post-call adjustment | offline offline.public StaffStatusExtra getStatusExtra()
public void setStatusExtra(StaffStatusExtra StatusExtra)
StatusExtra - Supplementary information on agent status.public Long getOnlineDuration()
public void setOnlineDuration(Long OnlineDuration)
OnlineDuration - Total online duration of the day.public Long getFreeDuration()
public void setFreeDuration(Long FreeDuration)
FreeDuration - Total available duration of the day.public Long getBusyDuration()
public void setBusyDuration(Long BusyDuration)
BusyDuration - Total busy duration of the day.public Long getNotReadyDuration()
public void setNotReadyDuration(Long NotReadyDuration)
NotReadyDuration - Total not ready status duration of the day.public Long getRestDuration()
public void setRestDuration(Long RestDuration)
RestDuration - Total break duration of the day.public Long getAfterCallWorkDuration()
public void setAfterCallWorkDuration(Long AfterCallWorkDuration)
AfterCallWorkDuration - Adjust the total duration of after-call work for the day.public String getReason()
public void setReason(String Reason)
Reason - Reason for break.public Boolean getReserveRest()
public void setReserveRest(Boolean ReserveRest)
ReserveRest - Whether to reserve break status.public Boolean getReserveNotReady()
public void setReserveNotReady(Boolean ReserveNotReady)
ReserveNotReady - Whether to reserve not ready status.public Long getUseMobileAccept()
public void setUseMobileAccept(Long UseMobileAccept)
UseMobileAccept - Cell phone answering pattern: 0 - off | 1 - only when offline | 2 - always.public Boolean getUseMobileCallOut()
public void setUseMobileCallOut(Boolean UseMobileCallOut)
UseMobileCallOut - Cell phone outbound call switch.public Long getLastOnlineTimestamp()
public void setLastOnlineTimestamp(Long LastOnlineTimestamp)
LastOnlineTimestamp - Last online timestamp.
Note: this field may return null, indicating that no valid values can be obtained.public Long getLastStatusTimestamp()
public void setLastStatusTimestamp(Long LastStatusTimestamp)
LastStatusTimestamp - Last status timestamp.
Note: this field may return null, indicating that no valid values can be obtained.public ClientInfo[] getClientInfo()
public void setClientInfo(ClientInfo[] ClientInfo)
ClientInfo - Specifies the endpoint information for customer service logon.Copyright © 2025. All rights reserved.