public class DescribeTendisSlowLogRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeTendisSlowLogRequest() |
DescribeTendisSlowLogRequest(DescribeTendisSlowLogRequest 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 for a query, for example, 2019-09-08 12:12:41, with a maximum query span of 30 days.
|
String |
getEndTime()
Get End time for a query, for example, 2019-09-09 12:12:41, with a maximum query span of 30 days.
|
String |
getInstanceId()
Get Instance ID.
|
Long |
getLimit()
Get Page size.
|
Long |
getMinQueryTime()
Get Slow query threshold in ms
|
Long |
getOffset()
Get Pagination offset, which is an integer multiple of Limit.
|
void |
setBeginTime(String BeginTime)
Set Start time for a query, for example, 2019-09-08 12:12:41, with a maximum query span of 30 days.
|
void |
setEndTime(String EndTime)
Set End time for a query, for example, 2019-09-09 12:12:41, with a maximum query span of 30 days.
|
void |
setInstanceId(String InstanceId)
Set Instance ID.
|
void |
setLimit(Long Limit)
Set Page size.
|
void |
setMinQueryTime(Long MinQueryTime)
Set Slow query threshold in ms
|
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, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeTendisSlowLogRequest()
public DescribeTendisSlowLogRequest(DescribeTendisSlowLogRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance ID. Log in to the [Tendis console](https://console.cloud.tencent.com/tendis) and copy it in the instance list.public String getBeginTime()
public void setBeginTime(String BeginTime)
BeginTime
- Start time for a query, for example, 2019-09-08 12:12:41, with a maximum query span of 30 days.public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- End time for a query, for example, 2019-09-09 12:12:41, with a maximum query span of 30 days.public Long getMinQueryTime()
public void setMinQueryTime(Long MinQueryTime)
MinQueryTime
- Slow query threshold in mspublic Long getLimit()
public void setLimit(Long Limit)
Limit
- Page size. Default value 20. Maximum value 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).Copyright © 2025. All rights reserved.