public class DescribeSlowQueryListResponse extends AbstractModel
Constructor and Description |
---|
DescribeSlowQueryListResponse() |
DescribeSlowQueryListResponse(DescribeSlowQueryListResponse 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 |
---|---|
DurationAnalysis[] |
getDurationAnalysis()
Get Analysis of the execution time of slow query statements by classifying them to different time ranges.
|
RawSlowQuery[] |
getRawSlowQueryList()
Get The list of slow query details during the specified period of time.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
Long |
getTotalCount()
Get The total number of slow query statements during the specified period of time.
|
void |
setDurationAnalysis(DurationAnalysis[] DurationAnalysis)
Set Analysis of the execution time of slow query statements by classifying them to different time ranges.
|
void |
setRawSlowQueryList(RawSlowQuery[] RawSlowQueryList)
Set The list of slow query details during the specified period of time.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setTotalCount(Long TotalCount)
Set The total number of slow query statements during the specified period of time.
|
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, toJsonString
public DescribeSlowQueryListResponse()
public DescribeSlowQueryListResponse(DescribeSlowQueryListResponse source)
public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount
- The total number of slow query statements during the specified period of time.public DurationAnalysis[] getDurationAnalysis()
public void setDurationAnalysis(DurationAnalysis[] DurationAnalysis)
DurationAnalysis
- Analysis of the execution time of slow query statements by classifying them to different time ranges. These slow query statements fall within the query range you specified in the request parameters.
Note: this field may return `null`, indicating that no valid values can be obtained.public RawSlowQuery[] getRawSlowQueryList()
public void setRawSlowQueryList(RawSlowQuery[] RawSlowQueryList)
RawSlowQueryList
- The list of slow query details during the specified period of time.
Note: this field may return `null`, indicating that no valid values can be obtained.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2023. All rights reserved.