public class DescribeScaleInfoRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeScaleInfoRequest() | 
| DescribeScaleInfoRequest(DescribeScaleInfoRequest 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 The end time, which is a Unix timestamp (seconds) in local time, such as `1590065877`. | 
| Long | getSdkAppId()Get The application ID, such as `1400xxxxxx`. | 
| Long | getStartTime()Get The start time, which is a Unix timestamp (seconds) in local time, such as `1590065777`. | 
| void | setEndTime(Long EndTime)Set The end time, which is a Unix timestamp (seconds) in local time, such as `1590065877`. | 
| void | setSdkAppId(Long SdkAppId)Set The application ID, such as `1400xxxxxx`. | 
| void | setStartTime(Long StartTime)Set The start time, which is a Unix timestamp (seconds) in local time, such as `1590065777`. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeScaleInfoRequest()
public DescribeScaleInfoRequest(DescribeScaleInfoRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId - The application ID, such as `1400xxxxxx`.public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime - The start time, which is a Unix timestamp (seconds) in local time, such as `1590065777`.
Note: Only data in the last 14 days can be queried.public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime - The end time, which is a Unix timestamp (seconds) in local time, such as `1590065877`. The end time and start time should preferably be more than 24 hours apart.
Note: Data is collected on a daily basis. To query the data of a day, make sure the end time is later than 00:00 on that day. Otherwise, no data will be returned. For example, to query the data on the 20th, the end time must be later than 00:00 on the 20th.Copyright © 2025. All rights reserved.