public class DescribeQualityMetricsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeQualityMetricsRequest()  | 
DescribeQualityMetricsRequest(DescribeQualityMetricsRequest 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 End time, which is a Unix timestamp in seconds. 
 | 
String | 
getInterval()
Get Aggregation interval. 
 | 
String | 
getMetric()
Get Metrics to be queried. 
 | 
Long | 
getSdkAppId()
Get SdkAppId of the whiteboard application. 
 | 
Long | 
getStartTime()
Get Start time, which is a Unix timestamp in seconds. 
 | 
void | 
setEndTime(Long EndTime)
Set End time, which is a Unix timestamp in seconds. 
 | 
void | 
setInterval(String Interval)
Set Aggregation interval. 
 | 
void | 
setMetric(String Metric)
Set Metrics to be queried. 
 | 
void | 
setSdkAppId(Long SdkAppId)
Set SdkAppId of the whiteboard application. 
 | 
void | 
setStartTime(Long StartTime)
Set Start time, which is a Unix timestamp in seconds. 
 | 
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 DescribeQualityMetricsRequest()
public DescribeQualityMetricsRequest(DescribeQualityMetricsRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId - SdkAppId of the whiteboard application.public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime - Start time, which is a Unix timestamp in seconds. The time length cannot exceed seven days.public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime - End time, which is a Unix timestamp in seconds. The time length cannot exceed seven days.public String getMetric()
public void setMetric(String Metric)
Metric - Metrics to be queried. Valid values:
  - image_load_total_count: The number of image loads.
  - image_load_fail_count: The number of image load failures.
  - image_load_success_rate: The success rate of image loading, in percentage.
  - ppt_load_total_count: The number of PowerPoint file loads.
  - ppt_load_fail_count: The number of PowerPoint file load failures.
  - ppt_load_success_rate: The success rate of PowerPoint file loading, in percentage.
  - verify_sdk_total_count: The number of SDK verifications.
  - verify_sdk_fail_count: The number of SDK verification failures.
  - verify_sdk_success_rate: The success rate of SDK verification, in percentage.
  - verify_sdk_in_one_second_rate: The rate of SDK verification completed within one second, in percentage.
  - verify_sdk_cost_avg: The average time taken by each SDK verification, in milliseconds.public String getInterval()
public void setInterval(String Interval)
Interval - Aggregation interval. Valid value: `1h`.Copyright © 2025. All rights reserved.