public class DescribeReplicationGroupRequest extends AbstractModel
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。
|
Long |
getLimit()
Get 每页输出实例列表的大小,参数默认值20。
|
Long |
getOffset()
Get 分页偏移量,取Limit整数倍。计算公式:offset=limit*(页码-1)。
|
String |
getSearchKey()
Get 模糊查询的关键字,可以设置为复制组ID或复制组名称进行模糊查询。
|
void |
setGroupId(String GroupId)
Set 复制组ID。
|
void |
setLimit(Long Limit)
Set 每页输出实例列表的大小,参数默认值20。
|
void |
setOffset(Long Offset)
Set 分页偏移量,取Limit整数倍。计算公式:offset=limit*(页码-1)。
|
void |
setSearchKey(String SearchKey)
Set 模糊查询的关键字,可以设置为复制组ID或复制组名称进行模糊查询。
|
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 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。public String getSearchKey()
public void setSearchKey(String SearchKey)
SearchKey
- 模糊查询的关键字,可以设置为复制组ID或复制组名称进行模糊查询。Copyright © 2023. All rights reserved.