public class DescribeTelCallInfoRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getEndTimeStamp()
Get 结束时间戳,Unix 时间戳,查询时间范围最大为90天
|
Long[] |
getSdkAppIdList()
Get 应用ID列表,多个ID时,返回值为多个ID使用总和
|
Long |
getStartTimeStamp()
Get 起始时间戳,Unix 时间戳
|
void |
setEndTimeStamp(Long EndTimeStamp)
Set 结束时间戳,Unix 时间戳,查询时间范围最大为90天
|
void |
setSdkAppIdList(Long[] SdkAppIdList)
Set 应用ID列表,多个ID时,返回值为多个ID使用总和
|
void |
setStartTimeStamp(Long StartTimeStamp)
Set 起始时间戳,Unix 时间戳
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeTelCallInfoRequest()
public DescribeTelCallInfoRequest(DescribeTelCallInfoRequest source)
public Long getStartTimeStamp()
public void setStartTimeStamp(Long StartTimeStamp)
StartTimeStamp
- 起始时间戳,Unix 时间戳public Long getEndTimeStamp()
public void setEndTimeStamp(Long EndTimeStamp)
EndTimeStamp
- 结束时间戳,Unix 时间戳,查询时间范围最大为90天public Long[] getSdkAppIdList()
public void setSdkAppIdList(Long[] SdkAppIdList)
SdkAppIdList
- 应用ID列表,多个ID时,返回值为多个ID使用总和Copyright © 2022. All rights reserved.