public class DescribeDBSlowLogsRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribeDBSlowLogsRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDb()Get Specific name of database to be queried | 
| String | getEndTime()Get Query end time in the format of `2016-08-22 14:55:20` | 
| String | getInstanceId()Get Instance ID in the format of `tdsql-ow728lmc`. | 
| Long | getLimit()Get Number of results to be returned | 
| Long | getOffset()Get Data entry number starting from which to return results | 
| String | getOrderBy()Get Sort by metric. | 
| String | getOrderByType()Get Sorting order. | 
| Long | getSlave()Get Whether to query slow queries of the secondary. | 
| String | getStartTime()Get Query start time in the format of `2016-07-23 14:55:20` | 
| void | setDb(String Db)Set Specific name of database to be queried | 
| void | setEndTime(String EndTime)Set Query end time in the format of `2016-08-22 14:55:20` | 
| void | setInstanceId(String InstanceId)Set Instance ID in the format of `tdsql-ow728lmc`. | 
| void | setLimit(Long Limit)Set Number of results to be returned | 
| void | setOffset(Long Offset)Set Data entry number starting from which to return results | 
| void | setOrderBy(String OrderBy)Set Sort by metric. | 
| void | setOrderByType(String OrderByType)Set Sorting order. | 
| void | setSlave(Long Slave)Set Whether to query slow queries of the secondary. | 
| void | setStartTime(String StartTime)Set Query start time in the format of `2016-07-23 14:55:20` | 
| 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, toJsonStringpublic String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - Instance ID in the format of `tdsql-ow728lmc`.public Long getOffset()
public void setOffset(Long Offset)
Offset - Data entry number starting from which to return resultspublic Long getLimit()
public void setLimit(Long Limit)
Limit - Number of results to be returnedpublic String getStartTime()
public void setStartTime(String StartTime)
StartTime - Query start time in the format of `2016-07-23 14:55:20`public String getEndTime()
public void setEndTime(String EndTime)
EndTime - Query end time in the format of `2016-08-22 14:55:20`public String getDb()
public void setDb(String Db)
Db - Specific name of database to be queriedpublic String getOrderBy()
public void setOrderBy(String OrderBy)
OrderBy - Sort by metric. Valid values: query_time_sum, query_countpublic String getOrderByType()
public void setOrderByType(String OrderByType)
OrderByType - Sorting order. Valid values: desc, ascpublic Long getSlave()
public void setSlave(Long Slave)
Slave - Whether to query slow queries of the secondary. 0: primary, 1: secondaryCopyright © 2020. All rights reserved.