public class DescribeSlowLogsRequest extends AbstractModel
Constructor and Description |
---|
DescribeSlowLogsRequest() |
DescribeSlowLogsRequest(DescribeSlowLogsRequest 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[] |
getDB()
Get Database list
|
String |
getEndTime()
Get End time in the format of "2019-09-11 10:13:14".
|
String |
getInstanceId()
Get Instance ID
|
String[] |
getIp()
Get ip
|
String[] |
getKey()
Get Keyword
|
Long |
getLimit()
Get The number of queried items.
|
String |
getMd5()
Get MD5 value of a SQL template
|
Long |
getOffset()
Get The offset.
|
String |
getProduct()
Get Service type.
|
String |
getStartTime()
Get Start time in the format of "2019-09-10 12:13:14".
|
Long[] |
getTime()
Get Duration range.
|
String[] |
getUser()
Get User
|
void |
setDB(String[] DB)
Set Database list
|
void |
setEndTime(String EndTime)
Set End time in the format of "2019-09-11 10:13:14".
|
void |
setInstanceId(String InstanceId)
Set Instance ID
|
void |
setIp(String[] Ip)
Set ip
|
void |
setKey(String[] Key)
Set Keyword
|
void |
setLimit(Long Limit)
Set The number of queried items.
|
void |
setMd5(String Md5)
Set MD5 value of a SQL template
|
void |
setOffset(Long Offset)
Set The offset.
|
void |
setProduct(String Product)
Set Service type.
|
void |
setStartTime(String StartTime)
Set Start time in the format of "2019-09-10 12:13:14".
|
void |
setTime(Long[] Time)
Set Duration range.
|
void |
setUser(String[] User)
Set User
|
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 DescribeSlowLogsRequest()
public DescribeSlowLogsRequest(DescribeSlowLogsRequest source)
public String getProduct()
public void setProduct(String Product)
Product
- Service type. Valid values: `mysql` (TencentDB for MySQL), `cynosdb` (TDSQL-C for MySQL). Default value: `mysql`.public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance IDpublic String getMd5()
public void setMd5(String Md5)
Md5
- MD5 value of a SQL templatepublic String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Start time in the format of "2019-09-10 12:13:14".public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- End time in the format of "2019-09-11 10:13:14". The interval between the end time and the start time can be up to 7 days.public Long getOffset()
public void setOffset(Long Offset)
Offset
- The offset. Default value: `0`.public Long getLimit()
public void setLimit(Long Limit)
Limit
- The number of queried items. Default value: `20`. Max value: `100`.public String[] getDB()
public void setDB(String[] DB)
DB
- Database listpublic String[] getKey()
public void setKey(String[] Key)
Key
- Keywordpublic String[] getUser()
public void setUser(String[] User)
User
- Userpublic String[] getIp()
public void setIp(String[] Ip)
Ip
- ippublic Long[] getTime()
public void setTime(Long[] Time)
Time
- Duration range. The left and right borders of the range are the zeroth and first element of the array, respectively.Copyright © 2023. All rights reserved.