public class DescribeBackupSummariesRequest extends AbstractModel
Constructor and Description |
---|
DescribeBackupSummariesRequest() |
Modifier and Type | Method and Description |
---|---|
Long |
getLimit()
Get 分页查询数据的条目限制,默认值为20。
|
Long |
getOffset()
Get 分页查询数据的偏移量。
|
String |
getOrderBy()
Get 指定按某一项排序,可选值包括: BackupVolume: 备份容量, DataBackupVolume: 数据备份容量, BinlogBackupVolume: 日志备份容量, AutoBackupVolume: 自动备份容量, ManualBackupVolume: 手动备份容量。
|
String |
getOrderDirection()
Get 指定排序方向,可选值包括: ASC: 正序, DESC: 逆序。
|
String |
getProduct()
Get 需要查询的云数据库产品类型,目前仅支持 "mysql"。
|
void |
setLimit(Long Limit)
Set 分页查询数据的条目限制,默认值为20。
|
void |
setOffset(Long Offset)
Set 分页查询数据的偏移量。
|
void |
setOrderBy(String OrderBy)
Set 指定按某一项排序,可选值包括: BackupVolume: 备份容量, DataBackupVolume: 数据备份容量, BinlogBackupVolume: 日志备份容量, AutoBackupVolume: 自动备份容量, ManualBackupVolume: 手动备份容量。
|
void |
setOrderDirection(String OrderDirection)
Set 指定排序方向,可选值包括: ASC: 正序, DESC: 逆序。
|
void |
setProduct(String Product)
Set 需要查询的云数据库产品类型,目前仅支持 "mysql"。
|
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 getProduct()
public void setProduct(String Product)
Product
- 需要查询的云数据库产品类型,目前仅支持 "mysql"。public Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页查询数据的偏移量。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 分页查询数据的条目限制,默认值为20。public String getOrderBy()
public void setOrderBy(String OrderBy)
OrderBy
- 指定按某一项排序,可选值包括: BackupVolume: 备份容量, DataBackupVolume: 数据备份容量, BinlogBackupVolume: 日志备份容量, AutoBackupVolume: 自动备份容量, ManualBackupVolume: 手动备份容量。public String getOrderDirection()
public void setOrderDirection(String OrderDirection)
OrderDirection
- 指定排序方向,可选值包括: ASC: 正序, DESC: 逆序。Copyright © 2020. All rights reserved.