public class DescribeSlowLogDataRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeSlowLogDataRequest()  | 
DescribeSlowLogDataRequest(DescribeSlowLogDataRequest 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[] | 
getDataBases()
Get Accessed database list. 
 | 
Long | 
getEndTime()
Get End timestamp, such as 1585142640. 
 | 
String | 
getInstanceId()
Get Instance ID. 
 | 
String | 
getInstType()
Get This parameter is valid only for source or disaster recovery instances. 
 | 
Long | 
getLimit()
Get The number of results per page in paginated queries. 
 | 
Long | 
getOffset()
Get Offset. 
 | 
String | 
getOrderBy()
Get Sorting order. 
 | 
String | 
getSortBy()
Get Sort by field. 
 | 
Long | 
getStartTime()
Get Start timestamp, such as 1585142640. 
 | 
String[] | 
getUserHosts()
Get Client `Host` list. 
 | 
String[] | 
getUserNames()
Get Client username list. 
 | 
void | 
setDataBases(String[] DataBases)
Set Accessed database list. 
 | 
void | 
setEndTime(Long EndTime)
Set End timestamp, such as 1585142640. 
 | 
void | 
setInstanceId(String InstanceId)
Set Instance ID. 
 | 
void | 
setInstType(String InstType)
Set This parameter is valid only for source or disaster recovery instances. 
 | 
void | 
setLimit(Long Limit)
Set The number of results per page in paginated queries. 
 | 
void | 
setOffset(Long Offset)
Set Offset. 
 | 
void | 
setOrderBy(String OrderBy)
Set Sorting order. 
 | 
void | 
setSortBy(String SortBy)
Set Sort by field. 
 | 
void | 
setStartTime(Long StartTime)
Set Start timestamp, such as 1585142640. 
 | 
void | 
setUserHosts(String[] UserHosts)
Set Client `Host` list. 
 | 
void | 
setUserNames(String[] UserNames)
Set Client username list. 
 | 
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 DescribeSlowLogDataRequest()
public DescribeSlowLogDataRequest(DescribeSlowLogDataRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - Instance ID.public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime - Start timestamp, such as 1585142640.public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime - End timestamp, such as 1585142640.public String[] getUserHosts()
public void setUserHosts(String[] UserHosts)
UserHosts - Client `Host` list.public String[] getUserNames()
public void setUserNames(String[] UserNames)
UserNames - Client username list.public String[] getDataBases()
public void setDataBases(String[] DataBases)
DataBases - Accessed database list.public String getSortBy()
public void setSortBy(String SortBy)
SortBy - Sort by field. Valid values: Timestamp, QueryTime, LockTime, RowsExamined, RowsSent.public String getOrderBy()
public void setOrderBy(String OrderBy)
OrderBy - Sorting order. Valid values: ASC (ascending), DESC (descending).public Long getOffset()
public void setOffset(Long Offset)
Offset - Offset. Default value: 0.public Long getLimit()
public void setLimit(Long Limit)
Limit - The number of results per page in paginated queries. Default value: 100. Maximum value: 400.public String getInstType()
public void setInstType(String InstType)
InstType - This parameter is valid only for source or disaster recovery instances. Valid value: `slave`, which indicates pulling logs from the replica.Copyright © 2025. All rights reserved.