public class StaffStatus extends AbstractModel
header, skipSign
Constructor and Description |
---|
StaffStatus() |
StaffStatus(StaffStatus 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 |
---|---|
String |
getCursor()
Get Specifies the cursor used for querying in pagination scenarios.
|
String |
getSessionId()
Get Specifies the session Id for status association.
|
String |
getStatus()
Get Agent status free | busy | rest | notReady | afterCallWork | offline.
|
Long |
getTimestamp()
Get Status timestamp.
|
void |
setCursor(String Cursor)
Set Specifies the cursor used for querying in pagination scenarios.
|
void |
setSessionId(String SessionId)
Set Specifies the session Id for status association.
|
void |
setStatus(String Status)
Set Agent status free | busy | rest | notReady | afterCallWork | offline.
|
void |
setTimestamp(Long Timestamp)
Set Status timestamp.
|
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, toJsonString
public StaffStatus()
public StaffStatus(StaffStatus source)
public String getCursor()
public void setCursor(String Cursor)
Cursor
- Specifies the cursor used for querying in pagination scenarios.public Long getTimestamp()
public void setTimestamp(Long Timestamp)
Timestamp
- Status timestamp. Unix second-level timestamp.public String getStatus()
public void setStatus(String Status)
Status
- Agent status free | busy | rest | notReady | afterCallWork | offline.public String getSessionId()
public void setSessionId(String SessionId)
SessionId
- Specifies the session Id for status association.Copyright © 2025. All rights reserved.