public class DescribeTRTCMarketScaleDataRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeTRTCMarketScaleDataRequest() | 
| DescribeTRTCMarketScaleDataRequest(DescribeTRTCMarketScaleDataRequest 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 | 
|---|---|
| String | getEndTime()Get Query end time, format is YYYY-MM-DD. | 
| String | getPeriod()Get The granularity of the returned data, which can be set to the following values:
 d: by day. | 
| String | getSdkAppId()Get User SDKAppId | 
| String | getStartTime()Get Query start time, format is YYYY-MM-DD. | 
| void | setEndTime(String EndTime)Set Query end time, format is YYYY-MM-DD. | 
| void | setPeriod(String Period)Set The granularity of the returned data, which can be set to the following values:
 d: by day. | 
| void | setSdkAppId(String SdkAppId)Set User SDKAppId | 
| void | setStartTime(String StartTime)Set Query start time, format is YYYY-MM-DD. | 
| 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 DescribeTRTCMarketScaleDataRequest()
public DescribeTRTCMarketScaleDataRequest(DescribeTRTCMarketScaleDataRequest source)
public String getSdkAppId()
public void setSdkAppId(String SdkAppId)
SdkAppId - User SDKAppIdpublic String getStartTime()
public void setStartTime(String StartTime)
StartTime - Query start time, format is YYYY-MM-DD. (The query time range depends on the monitoring dashboard function version, the premium edition can query up to 60 days)public String getEndTime()
public void setEndTime(String EndTime)
EndTime - Query end time, format is YYYY-MM-DD.public String getPeriod()
public void setPeriod(String Period)
Period - The granularity of the returned data, which can be set to the following values:
 d: by day. This returns data for the entire UTC day of the query time range.
 h: by hour. This returns data for the entire UTC hour of the query time range.Copyright © 2025. All rights reserved.