public class DescribeSlowQueryRecordsDownloadRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeSlowQueryRecordsDownloadRequest()  | 
DescribeSlowQueryRecordsDownloadRequest(DescribeSlowQueryRecordsDownloadRequest 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[] | 
getCatalogName()
Get catalog name 
 | 
String[] | 
getDbName()
Get Database name 
 | 
String | 
getDurationMs()
Get Sort parameters 
 | 
String | 
getEndTime()
Get End time 
 | 
String | 
getInstanceId()
Get Instance ID 
 | 
Long | 
getIsQuery()
Get IsQuery condition 
 | 
String | 
getMemoryUsage()
Get Sort parameters 
 | 
Long | 
getQueryDurationMs()
Get Slow log time 
 | 
String | 
getReadRows()
Get Sort parameters 
 | 
String | 
getResultBytes()
Get Sort parameters 
 | 
String | 
getSql()
Get Query SQL 
 | 
String | 
getStartTime()
Get Start time 
 | 
void | 
setCatalogName(String[] CatalogName)
Set catalog name 
 | 
void | 
setDbName(String[] DbName)
Set Database name 
 | 
void | 
setDurationMs(String DurationMs)
Set Sort parameters 
 | 
void | 
setEndTime(String EndTime)
Set End time 
 | 
void | 
setInstanceId(String InstanceId)
Set Instance ID 
 | 
void | 
setIsQuery(Long IsQuery)
Set IsQuery condition 
 | 
void | 
setMemoryUsage(String MemoryUsage)
Set Sort parameters 
 | 
void | 
setQueryDurationMs(Long QueryDurationMs)
Set Slow log time 
 | 
void | 
setReadRows(String ReadRows)
Set Sort parameters 
 | 
void | 
setResultBytes(String ResultBytes)
Set Sort parameters 
 | 
void | 
setSql(String Sql)
Set Query SQL 
 | 
void | 
setStartTime(String StartTime)
Set Start time 
 | 
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 DescribeSlowQueryRecordsDownloadRequest()
public DescribeSlowQueryRecordsDownloadRequest(DescribeSlowQueryRecordsDownloadRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - Instance IDpublic Long getQueryDurationMs()
public void setQueryDurationMs(Long QueryDurationMs)
QueryDurationMs - Slow log timepublic String getStartTime()
public void setStartTime(String StartTime)
StartTime - Start timepublic String getEndTime()
public void setEndTime(String EndTime)
EndTime - End timepublic String getDurationMs()
public void setDurationMs(String DurationMs)
DurationMs - Sort parameterspublic String getSql()
public void setSql(String Sql)
Sql - Query SQLpublic String getReadRows()
public void setReadRows(String ReadRows)
ReadRows - Sort parameterspublic String getResultBytes()
public void setResultBytes(String ResultBytes)
ResultBytes - Sort parameterspublic String getMemoryUsage()
public void setMemoryUsage(String MemoryUsage)
MemoryUsage - Sort parameterspublic Long getIsQuery()
public void setIsQuery(Long IsQuery)
IsQuery - IsQuery conditionpublic String[] getDbName()
public void setDbName(String[] DbName)
DbName - Database namepublic String[] getCatalogName()
public void setCatalogName(String[] CatalogName)
CatalogName - catalog nameCopyright © 2025. All rights reserved.