Class DescribeBackupSummariesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cdb.v20170320.models.DescribeBackupSummariesRequest
-
public class DescribeBackupSummariesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetLimit()Get 分页查询数据的条目限制,默认值为20。最小值为1,最大值为100。LonggetOffset()Get 分页查询数据的偏移量,默认为0。StringgetOrderBy()Get 指定按某一项排序,可选值包括: BackupVolume: 备份容量, DataBackupVolume: 数据备份容量, BinlogBackupVolume: 日志备份容量, AutoBackupVolume: 自动备份容量, ManualBackupVolume: 手动备份容量。默认按照BackupVolume排序。StringgetOrderDirection()Get 指定排序方向,可选值包括: ASC: 正序, DESC: 逆序。默认值为 ASC。StringgetProduct()Get 需要查询的云数据库产品类型,目前仅支持 "mysql"。voidsetLimit(Long Limit)Set 分页查询数据的条目限制,默认值为20。最小值为1,最大值为100。voidsetOffset(Long Offset)Set 分页查询数据的偏移量,默认为0。voidsetOrderBy(String OrderBy)Set 指定按某一项排序,可选值包括: BackupVolume: 备份容量, DataBackupVolume: 数据备份容量, BinlogBackupVolume: 日志备份容量, AutoBackupVolume: 自动备份容量, ManualBackupVolume: 手动备份容量。默认按照BackupVolume排序。voidsetOrderDirection(String OrderDirection)Set 指定排序方向,可选值包括: ASC: 正序, DESC: 逆序。默认值为 ASC。voidsetProduct(String Product)Set 需要查询的云数据库产品类型,目前仅支持 "mysql"。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeBackupSummariesRequest
public DescribeBackupSummariesRequest()
-
DescribeBackupSummariesRequest
public 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.
-
-
Method Detail
-
getProduct
public String getProduct()
Get 需要查询的云数据库产品类型,目前仅支持 "mysql"。- Returns:
- Product 需要查询的云数据库产品类型,目前仅支持 "mysql"。
-
setProduct
public void setProduct(String Product)
Set 需要查询的云数据库产品类型,目前仅支持 "mysql"。- Parameters:
Product- 需要查询的云数据库产品类型,目前仅支持 "mysql"。
-
getOffset
public Long getOffset()
Get 分页查询数据的偏移量,默认为0。- Returns:
- Offset 分页查询数据的偏移量,默认为0。
-
setOffset
public void setOffset(Long Offset)
Set 分页查询数据的偏移量,默认为0。- Parameters:
Offset- 分页查询数据的偏移量,默认为0。
-
getLimit
public Long getLimit()
Get 分页查询数据的条目限制,默认值为20。最小值为1,最大值为100。- Returns:
- Limit 分页查询数据的条目限制,默认值为20。最小值为1,最大值为100。
-
setLimit
public void setLimit(Long Limit)
Set 分页查询数据的条目限制,默认值为20。最小值为1,最大值为100。- Parameters:
Limit- 分页查询数据的条目限制,默认值为20。最小值为1,最大值为100。
-
getOrderBy
public String getOrderBy()
Get 指定按某一项排序,可选值包括: BackupVolume: 备份容量, DataBackupVolume: 数据备份容量, BinlogBackupVolume: 日志备份容量, AutoBackupVolume: 自动备份容量, ManualBackupVolume: 手动备份容量。默认按照BackupVolume排序。- Returns:
- OrderBy 指定按某一项排序,可选值包括: BackupVolume: 备份容量, DataBackupVolume: 数据备份容量, BinlogBackupVolume: 日志备份容量, AutoBackupVolume: 自动备份容量, ManualBackupVolume: 手动备份容量。默认按照BackupVolume排序。
-
setOrderBy
public void setOrderBy(String OrderBy)
Set 指定按某一项排序,可选值包括: BackupVolume: 备份容量, DataBackupVolume: 数据备份容量, BinlogBackupVolume: 日志备份容量, AutoBackupVolume: 自动备份容量, ManualBackupVolume: 手动备份容量。默认按照BackupVolume排序。- Parameters:
OrderBy- 指定按某一项排序,可选值包括: BackupVolume: 备份容量, DataBackupVolume: 数据备份容量, BinlogBackupVolume: 日志备份容量, AutoBackupVolume: 自动备份容量, ManualBackupVolume: 手动备份容量。默认按照BackupVolume排序。
-
getOrderDirection
public String getOrderDirection()
Get 指定排序方向,可选值包括: ASC: 正序, DESC: 逆序。默认值为 ASC。- Returns:
- OrderDirection 指定排序方向,可选值包括: ASC: 正序, DESC: 逆序。默认值为 ASC。
-
setOrderDirection
public void setOrderDirection(String OrderDirection)
Set 指定排序方向,可选值包括: ASC: 正序, DESC: 逆序。默认值为 ASC。- Parameters:
OrderDirection- 指定排序方向,可选值包括: ASC: 正序, DESC: 逆序。默认值为 ASC。
-
-