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, toJsonString
public 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 © 2024. All rights reserved.