public class DescribeHistoryScaleRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribeHistoryScaleRequest() | 
| DescribeHistoryScaleRequest(DescribeHistoryScaleRequest 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 | getEndTime()Get Query end time (s) in the format of Unix timestamp, e.g., 1588034999 | 
| String | getSdkAppId()Get `SDKAppID` of the users to query, e.g., 1400188366 | 
| Long | getStartTime()Get Query start time (s) in the format of Unix timestamp (e.g., 1587571000), which must be a time point in the last 5 days | 
| void | setEndTime(Long EndTime)Set Query end time (s) in the format of Unix timestamp, e.g., 1588034999 | 
| void | setSdkAppId(String SdkAppId)Set `SDKAppID` of the users to query, e.g., 1400188366 | 
| void | setStartTime(Long StartTime)Set Query start time (s) in the format of Unix timestamp (e.g., 1587571000), which must be a time point in the last 5 days | 
| 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, toJsonStringpublic DescribeHistoryScaleRequest()
public DescribeHistoryScaleRequest(DescribeHistoryScaleRequest source)
public String getSdkAppId()
public void setSdkAppId(String SdkAppId)
SdkAppId - `SDKAppID` of the users to query, e.g., 1400188366public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime - Query start time (s) in the format of Unix timestamp (e.g., 1587571000), which must be a time point in the last 5 dayspublic Long getEndTime()
public void setEndTime(Long EndTime)
EndTime - Query end time (s) in the format of Unix timestamp, e.g., 1588034999Copyright © 2021. All rights reserved.