public class DescribeStaffStatusHistoryRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeStaffStatusHistoryRequest() |
DescribeStaffStatusHistoryRequest(DescribeStaffStatusHistoryRequest 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 during paginated retrieval.
|
Long |
getEndTimestamp()
Get End timestamp, Unix second-level timestamp.
|
Long |
getPageSize()
Get Specifies the pagination size.
|
Long |
getSdkAppId()
Get App ID (required).
|
String |
getStaffUserId()
Get Agent account.
|
Long |
getStartTimestamp()
Get Start timestamp.
|
void |
setCursor(String Cursor)
Set Specifies the cursor used during paginated retrieval.
|
void |
setEndTimestamp(Long EndTimestamp)
Set End timestamp, Unix second-level timestamp.
|
void |
setPageSize(Long PageSize)
Set Specifies the pagination size.
|
void |
setSdkAppId(Long SdkAppId)
Set App ID (required).
|
void |
setStaffUserId(String StaffUserId)
Set Agent account.
|
void |
setStartTimestamp(Long StartTimestamp)
Set Start 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 DescribeStaffStatusHistoryRequest()
public DescribeStaffStatusHistoryRequest(DescribeStaffStatusHistoryRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- App ID (required). can be used to view https://console.cloud.tencent.com/ccc.public String getStaffUserId()
public void setStaffUserId(String StaffUserId)
StaffUserId
- Agent account.public Long getStartTimestamp()
public void setStartTimestamp(Long StartTimestamp)
StartTimestamp
- Start timestamp. Unix second-level timestamp. supports up to nearly 180 days.public Long getEndTimestamp()
public void setEndTimestamp(Long EndTimestamp)
EndTimestamp
- End timestamp, Unix second-level timestamp. the interval range between end time and start time is less than 7 days.public String getCursor()
public void setCursor(String Cursor)
Cursor
- Specifies the cursor used during paginated retrieval.public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- Specifies the pagination size.Copyright © 2025. All rights reserved.