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 Maximum entries returned per page, which ranges from 1 to 100.
|
Long |
getOffset()
Get Paginated query 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 Maximum entries returned per page, which ranges from 1 to 100.
|
void |
setOffset(Long Offset)
Set Paginated query 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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public 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
- Paginated query offset. Default value: `0`.public Long getLimit()
public void setLimit(Long Limit)
Limit
- Maximum entries returned per page, which ranges from 1 to 100. 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). Default value: `BackupVolume`.public String getOrderDirection()
public void setOrderDirection(String OrderDirection)
OrderDirection
- Sorting order. Valid values: `ASC` (ascending), `DESC` (descending). Default value: `ASC`.Copyright © 2024. All rights reserved.