public class DescribeClusterBackupsRequest extends AbstractModel
Constructor and Description |
---|
DescribeClusterBackupsRequest() |
DescribeClusterBackupsRequest(DescribeClusterBackupsRequest 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 |
getClusterId()
Get 集群ID
|
Long |
getPageNumber()
Get 页码,取值范围为[1,INF),默认值为1
|
Long |
getPageSize()
Get 每页个数,取值范围为默认为[1,100],默认值为20
|
void |
setClusterId(String ClusterId)
Set 集群ID
|
void |
setPageNumber(Long PageNumber)
Set 页码,取值范围为[1,INF),默认值为1
|
void |
setPageSize(Long PageSize)
Set 每页个数,取值范围为默认为[1,100],默认值为20
|
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 DescribeClusterBackupsRequest()
public DescribeClusterBackupsRequest(DescribeClusterBackupsRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 集群IDpublic Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber
- 页码,取值范围为[1,INF),默认值为1public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- 每页个数,取值范围为默认为[1,100],默认值为20Copyright © 2022. All rights reserved.