public class DescribeBackupSummariesRequest extends AbstractModel
| 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 Paginated query limit. 
 | 
Long | 
getOffset()
Get Pagination offset. 
 | 
String | 
getOrderBy()
Get Sorting criterion. 
 | 
String | 
getOrderDirection()
Get Sorting order. 
 | 
String | 
getProduct()
Get TencentDB product type to be queried. 
 | 
void | 
setLimit(Long Limit)
Set Paginated query limit. 
 | 
void | 
setOffset(Long Offset)
Set Pagination offset. 
 | 
void | 
setOrderBy(String OrderBy)
Set Sorting criterion. 
 | 
void | 
setOrderDirection(String OrderDirection)
Set Sorting order. 
 | 
void | 
setProduct(String Product)
Set TencentDB product type to be queried. 
 | 
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, toJsonStringpublic DescribeBackupSummariesRequest()
public DescribeBackupSummariesRequest(DescribeBackupSummariesRequest source)
public String getProduct()
public void setProduct(String Product)
Product - TencentDB product type to be queried. Currently, only `mysql` is supported.public Long getOffset()
public void setOffset(Long Offset)
Offset - Pagination offset.public Long getLimit()
public void setLimit(Long Limit)
Limit - Paginated query limit. Default value: 20.public String getOrderBy()
public void setOrderBy(String OrderBy)
OrderBy - Sorting criterion. Valid values: BackupVolume (backup capacity), DataBackupVolume (data backup capacity), BinlogBackupVolume (log backup capacity), AutoBackupVolume (automatic backup capacity), ManualBackupVolume (manual backup capacity).public String getOrderDirection()
public void setOrderDirection(String OrderDirection)
OrderDirection - Sorting order. Valid values: ASC (ascending), DESC (descending).Copyright © 2022. All rights reserved.