public class DescribeDisasterRecoverGroupsRequest extends AbstractModel
Constructor and Description |
---|
DescribeDisasterRecoverGroupsRequest() |
Modifier and Type | Method and Description |
---|---|
String[] |
getDisasterRecoverGroupIds()
获取分散置放群组ID列表。
|
Integer |
getLimit()
获取返回数量,默认为20,最大值为100。关于`Limit`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。
|
String |
getName()
获取分散置放群组名称,支持模糊匹配。
|
Integer |
getOffset()
获取偏移量,默认为0。关于`Offset`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。
|
void |
setDisasterRecoverGroupIds(String[] DisasterRecoverGroupIds)
设置分散置放群组ID列表。
|
void |
setLimit(Integer Limit)
设置返回数量,默认为20,最大值为100。关于`Limit`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。
|
void |
setName(String Name)
设置分散置放群组名称,支持模糊匹配。
|
void |
setOffset(Integer Offset)
设置偏移量,默认为0。关于`Offset`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeDisasterRecoverGroupsRequest()
public String[] getDisasterRecoverGroupIds()
public void setDisasterRecoverGroupIds(String[] DisasterRecoverGroupIds)
DisasterRecoverGroupIds
- 分散置放群组ID列表。public String getName()
public void setName(String Name)
Name
- 分散置放群组名称,支持模糊匹配。public Integer getOffset()
public void setOffset(Integer Offset)
Offset
- 偏移量,默认为0。关于`Offset`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。public Integer getLimit()
public void setLimit(Integer Limit)
Limit
- 返回数量,默认为20,最大值为100。关于`Limit`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。Copyright © 2019. All rights reserved.