public class DescribeIMCdrListRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeIMCdrListRequest() | 
| DescribeIMCdrListRequest(DescribeIMCdrListRequest 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 | getEndTimestamp()Get 结束时间(必填),Unix 秒级时间戳 | 
| Long | getLimit()Get 返回记录条数,最大为100默认20 | 
| Long | getOffset()Get 返回记录偏移,默认为 0 | 
| Long | getSdkAppId()Get 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc | 
| Long | getStartTimestamp()Get 起始时间(必填),Unix 秒级时间戳 | 
| Long | getType()Get 1为全媒体,2为文本客服,不填则查询全部 | 
| void | setEndTimestamp(Long EndTimestamp)Set 结束时间(必填),Unix 秒级时间戳 | 
| void | setLimit(Long Limit)Set 返回记录条数,最大为100默认20 | 
| void | setOffset(Long Offset)Set 返回记录偏移,默认为 0 | 
| void | setSdkAppId(Long SdkAppId)Set 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc | 
| void | setStartTimestamp(Long StartTimestamp)Set 起始时间(必填),Unix 秒级时间戳 | 
| void | setType(Long Type)Set 1为全媒体,2为文本客服,不填则查询全部 | 
| 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 DescribeIMCdrListRequest()
public DescribeIMCdrListRequest(DescribeIMCdrListRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId - 应用 ID(必填),可以查看 https://console.cloud.tencent.com/cccpublic Long getStartTimestamp()
public void setStartTimestamp(Long StartTimestamp)
StartTimestamp - 起始时间(必填),Unix 秒级时间戳public Long getEndTimestamp()
public void setEndTimestamp(Long EndTimestamp)
EndTimestamp - 结束时间(必填),Unix 秒级时间戳public Long getLimit()
public void setLimit(Long Limit)
Limit - 返回记录条数,最大为100默认20public Long getOffset()
public void setOffset(Long Offset)
Offset - 返回记录偏移,默认为 0public Long getType()
public void setType(Long Type)
Type - 1为全媒体,2为文本客服,不填则查询全部Copyright © 2025. All rights reserved.