public class DescribeTelCallInfoRequest extends AbstractModel
header, skipSign| 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 End timestamp, unix timestamp, the query time range is up to 90 days (query dimension supports only daily. | 
| Long[] | getSdkAppIdList()Get Application id list, when having multiple ids, the returned value is the sum of all the ids. | 
| Long | getStartTimeStamp()Get Start timestamp, unix timestamp (query dimension supports only daily. | 
| void | setEndTimeStamp(Long EndTimeStamp)Set End timestamp, unix timestamp, the query time range is up to 90 days (query dimension supports only daily. | 
| void | setSdkAppIdList(Long[] SdkAppIdList)Set Application id list, when having multiple ids, the returned value is the sum of all the ids. | 
| void | setStartTimeStamp(Long StartTimeStamp)Set Start timestamp, unix timestamp (query dimension supports only daily. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeTelCallInfoRequest()
public DescribeTelCallInfoRequest(DescribeTelCallInfoRequest source)
public Long getStartTimeStamp()
public void setStartTimeStamp(Long StartTimeStamp)
StartTimeStamp - Start timestamp, unix timestamp (query dimension supports only daily. for example, to query may 1st, pass starttime:"2023-05-01 00:00:00","endtime":"2023-05-01 23:59:59" timestamp. to query may 1st and may 2nd, pass starttime:"2023-05-01 00:00:00","endtime":"2023-05-02 23:59:59" timestamp).public Long getEndTimeStamp()
public void setEndTimeStamp(Long EndTimeStamp)
EndTimeStamp - End timestamp, unix timestamp, the query time range is up to 90 days (query dimension supports only daily. for example, to query may 1st, pass starttime:"2023-05-01 00:00:00","endtime":"2023-05-01 23:59:59" timestamp. to query may 1st and may 2nd, pass starttime:"2023-05-01 00:00:00","endtime":"2023-05-02 23:59:59" timestamp).public Long[] getSdkAppIdList()
public void setSdkAppIdList(Long[] SdkAppIdList)
SdkAppIdList - Application id list, when having multiple ids, the returned value is the sum of all the ids.Copyright © 2025. All rights reserved.