public class DescribeRedisTopBigKeysRequest extends AbstractModel
Constructor and Description |
---|
DescribeRedisTopBigKeysRequest() |
DescribeRedisTopBigKeysRequest(DescribeRedisTopBigKeysRequest 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。
|
String |
getKeyType()
Get key类型筛选条件,默认为不进行筛选,取值包括string, list, set, hash, sortedset, stream。
|
Long |
getLimit()
Get 查询数目,默认为20,最大值为100。
|
String |
getProduct()
Get 服务产品类型,支持值包括 "redis" - 云数据库 Redis。
|
String |
getSortBy()
Get 排序字段,取值包括Capacity - 内存,ItemCount - 元素数量,默认为Capacity。
|
void |
setDate(String Date)
Set 查询日期,如2021-05-27,最早可为前30天的日期。
|
void |
setInstanceId(String InstanceId)
Set 实例ID。
|
void |
setKeyType(String KeyType)
Set key类型筛选条件,默认为不进行筛选,取值包括string, list, set, hash, sortedset, stream。
|
void |
setLimit(Long Limit)
Set 查询数目,默认为20,最大值为100。
|
void |
setProduct(String Product)
Set 服务产品类型,支持值包括 "redis" - 云数据库 Redis。
|
void |
setSortBy(String SortBy)
Set 排序字段,取值包括Capacity - 内存,ItemCount - 元素数量,默认为Capacity。
|
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 DescribeRedisTopBigKeysRequest()
public DescribeRedisTopBigKeysRequest(DescribeRedisTopBigKeysRequest 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 String getSortBy()
public void setSortBy(String SortBy)
SortBy
- 排序字段,取值包括Capacity - 内存,ItemCount - 元素数量,默认为Capacity。public String getKeyType()
public void setKeyType(String KeyType)
KeyType
- key类型筛选条件,默认为不进行筛选,取值包括string, list, set, hash, sortedset, stream。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 查询数目,默认为20,最大值为100。Copyright © 2022. All rights reserved.