public class DescribeTRTCMarketQualityDataRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeTRTCMarketQualityDataRequest() |
DescribeTRTCMarketQualityDataRequest(DescribeTRTCMarketQualityDataRequest 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 (e.g., 1400xxxxxx)
|
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 (e.g., 1400xxxxxx)
|
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, toJsonString
public DescribeTRTCMarketQualityDataRequest()
public DescribeTRTCMarketQualityDataRequest(DescribeTRTCMarketQualityDataRequest source)
public String getSdkAppId()
public void setSdkAppId(String SdkAppId)
SdkAppId
- User SDKAppId (e.g., 1400xxxxxx)public 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 30 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 © 2024. All rights reserved.