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 slow query
|
String |
getEndTime()
Get End time of slow query
|
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 Number of results per page.
|
Long |
getMinQueryTime()
Get Slow query threshold in milliseconds
|
Long |
getOffset()
Get Offset, which is an integral multiple of `Limit`.
|
void |
setBeginTime(String BeginTime)
Set Start time of slow query
|
void |
setEndTime(String EndTime)
Set End time of slow query
|
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 Number of results per page.
|
void |
setMinQueryTime(Long MinQueryTime)
Set Slow query threshold in milliseconds
|
void |
setOffset(Long Offset)
Set Offset, which is an integral 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, 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 slow querypublic String getEndTime()
public void setEndTime(String EndTime)
EndTime
- End time of slow querypublic Long getMinQueryTime()
public void setMinQueryTime(Long MinQueryTime)
MinQueryTime
- Slow query threshold in millisecondspublic Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of results per page. Default value: `20`. Value range: [20,1000].public Long getOffset()
public void setOffset(Long Offset)
Offset
- Offset, which is an integral multiple of `Limit`.Copyright © 2024. All rights reserved.