public class DescribeSlowQueryListRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeSlowQueryListRequest() |
DescribeSlowQueryListRequest(DescribeSlowQueryListRequest 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 |
getDatabaseName()
Get Database name.
|
String |
getDBInstanceId()
Get Instance ID.
|
String |
getEndTime()
Get Query end time, in the format of 2018-01-01 00:00:00.
|
Long |
getLimit()
Get Number of results returned per page, with a value range of 1-100.
|
Long |
getOffset()
Get Data offset, which starts from 0.
|
String |
getOrderBy()
Get Sorting field, with a value range of `[SessionStartTime, Duration]`.
|
String |
getOrderByType()
Get Sorting method, including ascending: `asc` and descending: `desc`.
|
String |
getStartTime()
Get Query start time, in the format of 2018-01-01 00:00:00.
|
void |
setDatabaseName(String DatabaseName)
Set Database name.
|
void |
setDBInstanceId(String DBInstanceId)
Set Instance ID.
|
void |
setEndTime(String EndTime)
Set Query end time, in the format of 2018-01-01 00:00:00.
|
void |
setLimit(Long Limit)
Set Number of results returned per page, with a value range of 1-100.
|
void |
setOffset(Long Offset)
Set Data offset, which starts from 0.
|
void |
setOrderBy(String OrderBy)
Set Sorting field, with a value range of `[SessionStartTime, Duration]`.
|
void |
setOrderByType(String OrderByType)
Set Sorting method, including ascending: `asc` and descending: `desc`.
|
void |
setStartTime(String StartTime)
Set Query start time, in the format of 2018-01-01 00:00:00.
|
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 DescribeSlowQueryListRequest()
public DescribeSlowQueryListRequest(DescribeSlowQueryListRequest source)
public String getDBInstanceId()
public void setDBInstanceId(String DBInstanceId)
DBInstanceId
- Instance ID.public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Query start time, in the format of 2018-01-01 00:00:00. The log is retained for seven days by default, so the start time must fall within the retention period.public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- Query end time, in the format of 2018-01-01 00:00:00.public String getDatabaseName()
public void setDatabaseName(String DatabaseName)
DatabaseName
- Database name.public String getOrderByType()
public void setOrderByType(String OrderByType)
OrderByType
- Sorting method, including ascending: `asc` and descending: `desc`. The default value is `desc`.public String getOrderBy()
public void setOrderBy(String OrderBy)
OrderBy
- Sorting field, with a value range of `[SessionStartTime, Duration]`. The default value is `SessionStartTime`.public Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of results returned per page, with a value range of 1-100. The default value is `50`.public Long getOffset()
public void setOffset(Long Offset)
Offset
- Data offset, which starts from 0. The default value is `0`.Copyright © 2025. All rights reserved.