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. | 
| 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 (supports only day dimension. | 
| void | setEndTimeStamp(Long EndTimeStamp)Set End timestamp. | 
| 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 (supports only day dimension. | 
| 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 (supports only day dimension. For example, for querying May 1st, you should pass a timestamp from "2023-05-01 00:00:00" to "2023-05-01 23:59:59" and for querying both May 1st and 2nd, you should pass a timestamp from "2023-05-01 00:00:00" to "2023-05-02 23:59:59").public Long getEndTimeStamp()
public void setEndTimeStamp(Long EndTimeStamp)
EndTimeStamp - End timestamp. Unix timestamp and the maximum query time range is 90 days (supports only day dimension, for example, for querying May 1st, you should pass timestamp from "2023-05-01 00:00:00" to "2023-05-01 23:59:59" and for querying both May 1st and May 2nd, you should pass timestamp from "2023-05-01 00:00:00" to "2023-05-02 23:59:59").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 © 2024. All rights reserved.