public class DescribeRedisTopKeyPrefixListRequest extends AbstractModel
header, skipSign
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 查询日期,如2021-05-27,最早可为前30天的日期。
|
String |
getInstanceId()
Get 实例ID。
|
Long |
getLimit()
Get 查询数目,默认为20,最大值为100。
|
String |
getProduct()
Get 服务产品类型,支持值包括 "redis" - 云数据库 Redis。
|
void |
setDate(String Date)
Set 查询日期,如2021-05-27,最早可为前30天的日期。
|
void |
setInstanceId(String InstanceId)
Set 实例ID。
|
void |
setLimit(Long Limit)
Set 查询数目,默认为20,最大值为100。
|
void |
setProduct(String Product)
Set 服务产品类型,支持值包括 "redis" - 云数据库 Redis。
|
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 DescribeRedisTopKeyPrefixListRequest()
public DescribeRedisTopKeyPrefixListRequest(DescribeRedisTopKeyPrefixListRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例ID。public String getDate()
public void setDate(String Date)
Date
- 查询日期,如2021-05-27,最早可为前30天的日期。public String getProduct()
public void setProduct(String Product)
Product
- 服务产品类型,支持值包括 "redis" - 云数据库 Redis。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 查询数目,默认为20,最大值为100。Copyright © 2024. All rights reserved.