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 Total After Call Work duration of the day.
|
Long |
getBusyDuration()
Get Total Busy duration of the day.
|
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 for Available | busy for Busy | rest for Break | notReady for Not Ready | afterCallWork for After Call Work | offline for Offline.
|
StaffStatusExtra |
getStatusExtra()
Get Supplementary agent status information.
|
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 Total After Call Work duration of the day.
|
void |
setBusyDuration(Long BusyDuration)
Set Total Busy duration of the day.
|
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 for Available | busy for Busy | rest for Break | notReady for Not Ready | afterCallWork for After Call Work | offline for Offline.
|
void |
setStatusExtra(StaffStatusExtra StatusExtra)
Set Supplementary agent status information.
|
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, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public 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 for Available | busy for Busy | rest for Break | notReady for Not Ready | afterCallWork for After Call Work | offline for Offline.public StaffStatusExtra getStatusExtra()
public void setStatusExtra(StaffStatusExtra StatusExtra)
StatusExtra
- Supplementary agent status information.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
- Total After Call Work duration of 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.Copyright © 2024. All rights reserved.