public class DescribeRedisTopKeyPrefixListRequest extends AbstractModel
Constructor and Description |
---|
DescribeRedisTopKeyPrefixListRequest() |
DescribeRedisTopKeyPrefixListRequest(DescribeRedisTopKeyPrefixListRequest 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 |
getDate()
Get Date for query, such as `2021-05-27`.
|
String |
getInstanceId()
Get Instance ID
|
Long |
getLimit()
Get The number of queried items.
|
String |
getProduct()
Get Service type.
|
void |
setDate(String Date)
Set Date for query, such as `2021-05-27`.
|
void |
setInstanceId(String InstanceId)
Set Instance ID
|
void |
setLimit(Long Limit)
Set The number of queried items.
|
void |
setProduct(String Product)
Set Service type.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeRedisTopKeyPrefixListRequest()
public DescribeRedisTopKeyPrefixListRequest(DescribeRedisTopKeyPrefixListRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance IDpublic String getDate()
public void setDate(String Date)
Date
- Date for query, such as `2021-05-27`. You can select a date as early as in the last 30 days for query.public String getProduct()
public void setProduct(String Product)
Product
- Service type. Valid value: `redis` (TencentDB for Redis).public Long getLimit()
public void setLimit(Long Limit)
Limit
- The number of queried items. Default value: `20`. Max value: `100`.Copyright © 2023. All rights reserved.