public class DescribeBackupSummariesRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeBackupSummariesRequest() | 
| DescribeBackupSummariesRequest(DescribeBackupSummariesRequest 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 | 
|---|---|
| Long | getLimit()Get 分页查询数据的条目限制,默认值为20。最小值为1,最大值为100。 | 
| Long | getOffset()Get 分页查询数据的偏移量,默认为0。 | 
| String | getOrderBy()Get 指定按某一项排序,可选值包括: BackupVolume: 备份容量, DataBackupVolume: 数据备份容量, BinlogBackupVolume: 日志备份容量, AutoBackupVolume: 自动备份容量, ManualBackupVolume: 手动备份容量。默认按照BackupVolume排序。 | 
| String | getOrderDirection()Get 指定排序方向,可选值包括: ASC: 正序, DESC: 逆序。默认值为 ASC。 | 
| String | getProduct()Get 需要查询备份实时统计的云数据库产品类型。可取值为:mysql 指双节点/三节点的高可用实例,mysql-basic 指单节点(云盘)实例,mysql-cluster 指云盘版实例。 | 
| void | setLimit(Long Limit)Set 分页查询数据的条目限制,默认值为20。最小值为1,最大值为100。 | 
| void | setOffset(Long Offset)Set 分页查询数据的偏移量,默认为0。 | 
| void | setOrderBy(String OrderBy)Set 指定按某一项排序,可选值包括: BackupVolume: 备份容量, DataBackupVolume: 数据备份容量, BinlogBackupVolume: 日志备份容量, AutoBackupVolume: 自动备份容量, ManualBackupVolume: 手动备份容量。默认按照BackupVolume排序。 | 
| void | setOrderDirection(String OrderDirection)Set 指定排序方向,可选值包括: ASC: 正序, DESC: 逆序。默认值为 ASC。 | 
| void | setProduct(String Product)Set 需要查询备份实时统计的云数据库产品类型。可取值为:mysql 指双节点/三节点的高可用实例,mysql-basic 指单节点(云盘)实例,mysql-cluster 指云盘版实例。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeBackupSummariesRequest()
public DescribeBackupSummariesRequest(DescribeBackupSummariesRequest source)
public String getProduct()
public void setProduct(String Product)
Product - 需要查询备份实时统计的云数据库产品类型。可取值为:mysql 指双节点/三节点的高可用实例,mysql-basic 指单节点(云盘)实例,mysql-cluster 指云盘版实例。public Long getOffset()
public void setOffset(Long Offset)
Offset - 分页查询数据的偏移量,默认为0。public Long getLimit()
public void setLimit(Long Limit)
Limit - 分页查询数据的条目限制,默认值为20。最小值为1,最大值为100。public String getOrderBy()
public void setOrderBy(String OrderBy)
OrderBy - 指定按某一项排序,可选值包括: BackupVolume: 备份容量, DataBackupVolume: 数据备份容量, BinlogBackupVolume: 日志备份容量, AutoBackupVolume: 自动备份容量, ManualBackupVolume: 手动备份容量。默认按照BackupVolume排序。public String getOrderDirection()
public void setOrderDirection(String OrderDirection)
OrderDirection - 指定排序方向,可选值包括: ASC: 正序, DESC: 逆序。默认值为 ASC。Copyright © 2025. All rights reserved.