public class DescribeProxySlowLogRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeProxySlowLogRequest() |
DescribeProxySlowLogRequest(DescribeProxySlowLogRequest 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 Start time of a slow query, with a maximum query span of 30 days.
|
String |
getEndTime()
Get End time of a slow query, with a maximum query span of 30 days.
|
String |
getInstanceId()
Get ID of a specified instance, such as "crs-xjhsdj****" Log in to the [Redis console](https://console.cloud.tencent.com/redis) and copy the instance ID in the instance list.
|
Long |
getLimit()
Get Size of the output task list per page.
|
Long |
getMinQueryTime()
Get Slow query threshold, in milliseconds.
|
Long |
getOffset()
Get Pagination offset, which is an integer multiple of Limit.
|
void |
setBeginTime(String BeginTime)
Set Start time of a slow query, with a maximum query span of 30 days.
|
void |
setEndTime(String EndTime)
Set End time of a slow query, with a maximum query span of 30 days.
|
void |
setInstanceId(String InstanceId)
Set ID of a specified instance, such as "crs-xjhsdj****" Log in to the [Redis console](https://console.cloud.tencent.com/redis) and copy the instance ID in the instance list.
|
void |
setLimit(Long Limit)
Set Size of the output task list per page.
|
void |
setMinQueryTime(Long MinQueryTime)
Set Slow query threshold, in milliseconds.
|
void |
setOffset(Long Offset)
Set Pagination offset, which is an integer multiple of Limit.
|
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, toJsonString
public DescribeProxySlowLogRequest()
public DescribeProxySlowLogRequest(DescribeProxySlowLogRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- ID of a specified instance, such as "crs-xjhsdj****" Log in to the [Redis console](https://console.cloud.tencent.com/redis) and copy the instance ID in the instance list.public String getBeginTime()
public void setBeginTime(String BeginTime)
BeginTime
- Start time of a slow query, with a maximum query span of 30 days.public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- End time of a slow query, with a maximum query span of 30 days.public Long getMinQueryTime()
public void setMinQueryTime(Long MinQueryTime)
MinQueryTime
- Slow query threshold, in milliseconds. The value is a positive integer greater than 0.public Long getLimit()
public void setLimit(Long Limit)
Limit
- Size of the output task list per page. The default value is 20, the minimum value is 1, and the maximum value is 100.public Long getOffset()
public void setOffset(Long Offset)
Offset
- Pagination offset, which is an integer multiple of Limit. Calculation formula: Offset = Limit x (Page number – 1). The default value is 0.Copyright © 2025. All rights reserved.