public class DescribeBackupListRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribeBackupListRequest() | 
| DescribeBackupListRequest(DescribeBackupListRequest 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 | 
|---|---|
| String | getClusterId()Get Cluster ID | 
| String | getDbType()Get Database type. | 
| Long | getLimit()Get Backup file list offset | 
| Long | getOffset()Get Backup file list start | 
| void | setClusterId(String ClusterId)Set Cluster ID | 
| void | setDbType(String DbType)Set Database type. | 
| void | setLimit(Long Limit)Set Backup file list offset | 
| void | setOffset(Long Offset)Set Backup file list start | 
| 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 DescribeBackupListRequest()
public DescribeBackupListRequest(DescribeBackupListRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - Cluster IDpublic Long getLimit()
public void setLimit(Long Limit)
Limit - Backup file list offsetpublic Long getOffset()
public void setOffset(Long Offset)
Offset - Backup file list startpublic String getDbType()
public void setDbType(String DbType)
DbType - Database type. Valid values: 
Copyright © 2022. All rights reserved.