Class DescribeProxySlowLogRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.redis.v20180412.models.DescribeProxySlowLogRequest
-
public class DescribeProxySlowLogRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBeginTime()
Get 慢查询的开始时间。String
getEndTime()
Get 慢查询的结束时间。String
getInstanceId()
Get 指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。Long
getLimit()
Get 分页大小。默认为 20,取值范围[20,1000]。Long
getMinQueryTime()
Get 慢查询阈值,单位:毫秒。Long
getOffset()
Get 偏移量,取Limit整数倍。void
setBeginTime(String BeginTime)
Set 慢查询的开始时间。void
setEndTime(String EndTime)
Set 慢查询的结束时间。void
setInstanceId(String InstanceId)
Set 指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。void
setLimit(Long Limit)
Set 分页大小。默认为 20,取值范围[20,1000]。void
setMinQueryTime(Long MinQueryTime)
Set 慢查询阈值,单位:毫秒。void
setOffset(Long Offset)
Set 偏移量,取Limit整数倍。void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeProxySlowLogRequest
public DescribeProxySlowLogRequest()
-
DescribeProxySlowLogRequest
public 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.
-
-
Method Detail
-
getInstanceId
public String getInstanceId()
Get 指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。- Returns:
- InstanceId 指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。
-
setInstanceId
public void setInstanceId(String InstanceId)
Set 指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。- Parameters:
InstanceId
- 指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。
-
getBeginTime
public String getBeginTime()
Get 慢查询的开始时间。- Returns:
- BeginTime 慢查询的开始时间。
-
setBeginTime
public void setBeginTime(String BeginTime)
Set 慢查询的开始时间。- Parameters:
BeginTime
- 慢查询的开始时间。
-
getEndTime
public String getEndTime()
Get 慢查询的结束时间。- Returns:
- EndTime 慢查询的结束时间。
-
setEndTime
public void setEndTime(String EndTime)
Set 慢查询的结束时间。- Parameters:
EndTime
- 慢查询的结束时间。
-
getMinQueryTime
public Long getMinQueryTime()
Get 慢查询阈值,单位:毫秒。- Returns:
- MinQueryTime 慢查询阈值,单位:毫秒。
-
setMinQueryTime
public void setMinQueryTime(Long MinQueryTime)
Set 慢查询阈值,单位:毫秒。- Parameters:
MinQueryTime
- 慢查询阈值,单位:毫秒。
-
getLimit
public Long getLimit()
Get 分页大小。默认为 20,取值范围[20,1000]。- Returns:
- Limit 分页大小。默认为 20,取值范围[20,1000]。
-
setLimit
public void setLimit(Long Limit)
Set 分页大小。默认为 20,取值范围[20,1000]。- Parameters:
Limit
- 分页大小。默认为 20,取值范围[20,1000]。
-
getOffset
public Long getOffset()
Get 偏移量,取Limit整数倍。- Returns:
- Offset 偏移量,取Limit整数倍。
-
setOffset
public void setOffset(Long Offset)
Set 偏移量,取Limit整数倍。- Parameters:
Offset
- 偏移量,取Limit整数倍。
-
-