Class DescribeIMCdrsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ccc.v20200210.models.DescribeIMCdrsRequest
-
public class DescribeIMCdrsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeIMCdrsRequest()DescribeIMCdrsRequest(DescribeIMCdrsRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetEndTimestamp()Get 结束时间(必填),Unix 秒级时间戳LonggetInstanceId()Get 实例 ID(废弃)LonggetLimit()Get 返回记录条数,最大为100默认20LonggetOffset()Get 返回记录偏移,默认为 0LonggetSdkAppId()Get 应用 ID(必填),可以查看 https://console.cloud.tencent.com/cccLonggetStartTimestamp()Get 起始时间(必填),Unix 秒级时间戳LonggetType()Get 1为全媒体,2为文本客服,不填则查询全部voidsetEndTimestamp(Long EndTimestamp)Set 结束时间(必填),Unix 秒级时间戳voidsetInstanceId(Long InstanceId)Set 实例 ID(废弃)voidsetLimit(Long Limit)Set 返回记录条数,最大为100默认20voidsetOffset(Long Offset)Set 返回记录偏移,默认为 0voidsetSdkAppId(Long SdkAppId)Set 应用 ID(必填),可以查看 https://console.cloud.tencent.com/cccvoidsetStartTimestamp(Long StartTimestamp)Set 起始时间(必填),Unix 秒级时间戳voidsetType(Long Type)Set 1为全媒体,2为文本客服,不填则查询全部voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeIMCdrsRequest
public DescribeIMCdrsRequest()
-
DescribeIMCdrsRequest
public DescribeIMCdrsRequest(DescribeIMCdrsRequest 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.
-
-
Method Detail
-
getStartTimestamp
public Long getStartTimestamp()
Get 起始时间(必填),Unix 秒级时间戳- Returns:
- StartTimestamp 起始时间(必填),Unix 秒级时间戳
-
setStartTimestamp
public void setStartTimestamp(Long StartTimestamp)
Set 起始时间(必填),Unix 秒级时间戳- Parameters:
StartTimestamp- 起始时间(必填),Unix 秒级时间戳
-
getEndTimestamp
public Long getEndTimestamp()
Get 结束时间(必填),Unix 秒级时间戳- Returns:
- EndTimestamp 结束时间(必填),Unix 秒级时间戳
-
setEndTimestamp
public void setEndTimestamp(Long EndTimestamp)
Set 结束时间(必填),Unix 秒级时间戳- Parameters:
EndTimestamp- 结束时间(必填),Unix 秒级时间戳
-
getInstanceId
public Long getInstanceId()
Get 实例 ID(废弃)- Returns:
- InstanceId 实例 ID(废弃)
-
setInstanceId
public void setInstanceId(Long InstanceId)
Set 实例 ID(废弃)- Parameters:
InstanceId- 实例 ID(废弃)
-
getSdkAppId
public Long getSdkAppId()
Get 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc- Returns:
- SdkAppId 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
-
setSdkAppId
public void setSdkAppId(Long SdkAppId)
Set 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc- Parameters:
SdkAppId- 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
-
getLimit
public Long getLimit()
Get 返回记录条数,最大为100默认20- Returns:
- Limit 返回记录条数,最大为100默认20
-
setLimit
public void setLimit(Long Limit)
Set 返回记录条数,最大为100默认20- Parameters:
Limit- 返回记录条数,最大为100默认20
-
getOffset
public Long getOffset()
Get 返回记录偏移,默认为 0- Returns:
- Offset 返回记录偏移,默认为 0
-
setOffset
public void setOffset(Long Offset)
Set 返回记录偏移,默认为 0- Parameters:
Offset- 返回记录偏移,默认为 0
-
getType
public Long getType()
Get 1为全媒体,2为文本客服,不填则查询全部- Returns:
- Type 1为全媒体,2为文本客服,不填则查询全部
-
setType
public void setType(Long Type)
Set 1为全媒体,2为文本客服,不填则查询全部- Parameters:
Type- 1为全媒体,2为文本客服,不填则查询全部
-
-