Class DescribeTelCallInfoRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ccc.v20200210.models.DescribeTelCallInfoRequest
-
public class DescribeTelCallInfoRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeTelCallInfoRequest()DescribeTelCallInfoRequest(DescribeTelCallInfoRequest 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 时间戳,查询时间范围最大为90天Long[]getSdkAppIdList()Get 应用ID列表,多个ID时,返回值为多个ID使用总和LonggetStartTimeStamp()Get 起始时间戳,Unix 时间戳voidsetEndTimeStamp(Long EndTimeStamp)Set 结束时间戳,Unix 时间戳,查询时间范围最大为90天voidsetSdkAppIdList(Long[] SdkAppIdList)Set 应用ID列表,多个ID时,返回值为多个ID使用总和voidsetStartTimeStamp(Long StartTimeStamp)Set 起始时间戳,Unix 时间戳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
-
DescribeTelCallInfoRequest
public DescribeTelCallInfoRequest()
-
DescribeTelCallInfoRequest
public DescribeTelCallInfoRequest(DescribeTelCallInfoRequest 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 时间戳,查询时间范围最大为90天- Returns:
- EndTimeStamp 结束时间戳,Unix 时间戳,查询时间范围最大为90天
-
setEndTimeStamp
public void setEndTimeStamp(Long EndTimeStamp)
Set 结束时间戳,Unix 时间戳,查询时间范围最大为90天- Parameters:
EndTimeStamp- 结束时间戳,Unix 时间戳,查询时间范围最大为90天
-
getSdkAppIdList
public Long[] getSdkAppIdList()
Get 应用ID列表,多个ID时,返回值为多个ID使用总和- Returns:
- SdkAppIdList 应用ID列表,多个ID时,返回值为多个ID使用总和
-
setSdkAppIdList
public void setSdkAppIdList(Long[] SdkAppIdList)
Set 应用ID列表,多个ID时,返回值为多个ID使用总和- Parameters:
SdkAppIdList- 应用ID列表,多个ID时,返回值为多个ID使用总和
-
-