public class DescribeBackupListRequest extends AbstractModel
Constructor and Description |
---|
DescribeBackupListRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getClusterId()
Get 集群ID
|
Long |
getLimit()
Get 备份文件列表偏移
|
Long |
getOffset()
Get 备份文件列表起始
|
void |
setClusterId(String ClusterId)
Set 集群ID
|
void |
setLimit(Long Limit)
Set 备份文件列表偏移
|
void |
setOffset(Long Offset)
Set 备份文件列表起始
|
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 String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 集群IDpublic Long getLimit()
public void setLimit(Long Limit)
Limit
- 备份文件列表偏移public Long getOffset()
public void setOffset(Long Offset)
Offset
- 备份文件列表起始Copyright © 2020. All rights reserved.