public class DescribeSlowLogRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribeSlowLogRequest() | 
| DescribeSlowLogRequest(DescribeSlowLogRequest 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 | getBeginTime()Get The start time | 
| String | getEndTime()Get The end time | 
| String | getInstanceId()Get Instance ID | 
| Long | getLimit()Get Number of slow queries displayed per page. | 
| Long | getMinQueryTime()Get The average execution time threshold of slow query in microseconds | 
| Long | getOffset()Get Slow query offset, which is an integral multiple of `Limit`. | 
| String | getRole()Get Node role. | 
| void | setBeginTime(String BeginTime)Set The start time | 
| void | setEndTime(String EndTime)Set The end time | 
| void | setInstanceId(String InstanceId)Set Instance ID | 
| void | setLimit(Long Limit)Set Number of slow queries displayed per page. | 
| void | setMinQueryTime(Long MinQueryTime)Set The average execution time threshold of slow query in microseconds | 
| void | setOffset(Long Offset)Set Slow query offset, which is an integral multiple of `Limit`. | 
| void | setRole(String Role)Set Node role. | 
| 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 DescribeSlowLogRequest()
public DescribeSlowLogRequest(DescribeSlowLogRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - Instance IDpublic String getBeginTime()
public void setBeginTime(String BeginTime)
BeginTime - The start timepublic String getEndTime()
public void setEndTime(String EndTime)
EndTime - The end timepublic Long getMinQueryTime()
public void setMinQueryTime(Long MinQueryTime)
MinQueryTime - The average execution time threshold of slow query in microsecondspublic Long getLimit()
public void setLimit(Long Limit)
Limit - Number of slow queries displayed per page. Default value: `20`.public Long getOffset()
public void setOffset(Long Offset)
Offset - Slow query offset, which is an integral multiple of `Limit`.public String getRole()
public void setRole(String Role)
Role - Node role. Copyright © 2022. All rights reserved.