public class DescribeReplicationGroupRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeReplicationGroupRequest() |
DescribeReplicationGroupRequest(DescribeReplicationGroupRequest 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 |
getGroupId()
Get 指定复制组 ID。例如:crs-rpl-m3zt****。请登录[Redis 控制台](https://console.cloud.tencent.com/redis/replication)的全球复制组列表获取复制组 ID。
|
Long |
getLimit()
Get 每页输出实例列表的大小,参数默认值20。
|
Long |
getOffset()
Get 分页偏移量,取Limit整数倍。计算公式:offset=limit*(页码-1)。
|
String |
getSearchKey()
Get 模糊查询的关键字,可以设置为复制组ID或复制组名称进行模糊查询。请登录[Redis 控制台](https://console.cloud.tencent.com/redis/replication)的全球复制组列表获取复制组 ID及名称。
|
void |
setGroupId(String GroupId)
Set 指定复制组 ID。例如:crs-rpl-m3zt****。请登录[Redis 控制台](https://console.cloud.tencent.com/redis/replication)的全球复制组列表获取复制组 ID。
|
void |
setLimit(Long Limit)
Set 每页输出实例列表的大小,参数默认值20。
|
void |
setOffset(Long Offset)
Set 分页偏移量,取Limit整数倍。计算公式:offset=limit*(页码-1)。
|
void |
setSearchKey(String SearchKey)
Set 模糊查询的关键字,可以设置为复制组ID或复制组名称进行模糊查询。请登录[Redis 控制台](https://console.cloud.tencent.com/redis/replication)的全球复制组列表获取复制组 ID及名称。
|
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 DescribeReplicationGroupRequest()
public DescribeReplicationGroupRequest(DescribeReplicationGroupRequest source)
public Long getLimit()
public void setLimit(Long Limit)
Limit
- 每页输出实例列表的大小,参数默认值20。public Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页偏移量,取Limit整数倍。计算公式:offset=limit*(页码-1)。public String getGroupId()
public void setGroupId(String GroupId)
GroupId
- 指定复制组 ID。例如:crs-rpl-m3zt****。请登录[Redis 控制台](https://console.cloud.tencent.com/redis/replication)的全球复制组列表获取复制组 ID。public String getSearchKey()
public void setSearchKey(String SearchKey)
SearchKey
- 模糊查询的关键字,可以设置为复制组ID或复制组名称进行模糊查询。请登录[Redis 控制台](https://console.cloud.tencent.com/redis/replication)的全球复制组列表获取复制组 ID及名称。Copyright © 2024. All rights reserved.