public class DescribeBackupDatabasesRequest extends AbstractModel
Constructor and Description |
---|
DescribeBackupDatabasesRequest() |
DescribeBackupDatabasesRequest(DescribeBackupDatabasesRequest 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 |
getInstanceId()
Get 实例 ID,格式如:cdb-c1nl9rpv。与云数据库控制台页面中显示的实例 ID 相同。
|
Long |
getLimit()
Get 分页大小,最小值为1,最大值为2000。
|
Long |
getOffset()
Get 分页偏移量。
|
String |
getSearchDatabase()
Get 要查询的数据库名前缀。
|
String |
getStartTime()
Get 开始时间,格式为:2017-07-12 10:29:20。
|
void |
setInstanceId(String InstanceId)
Set 实例 ID,格式如:cdb-c1nl9rpv。与云数据库控制台页面中显示的实例 ID 相同。
|
void |
setLimit(Long Limit)
Set 分页大小,最小值为1,最大值为2000。
|
void |
setOffset(Long Offset)
Set 分页偏移量。
|
void |
setSearchDatabase(String SearchDatabase)
Set 要查询的数据库名前缀。
|
void |
setStartTime(String StartTime)
Set 开始时间,格式为:2017-07-12 10:29:20。
|
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 DescribeBackupDatabasesRequest()
public DescribeBackupDatabasesRequest(DescribeBackupDatabasesRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例 ID,格式如:cdb-c1nl9rpv。与云数据库控制台页面中显示的实例 ID 相同。public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- 开始时间,格式为:2017-07-12 10:29:20。public String getSearchDatabase()
public void setSearchDatabase(String SearchDatabase)
SearchDatabase
- 要查询的数据库名前缀。public Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页偏移量。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 分页大小,最小值为1,最大值为2000。Copyright © 2022. All rights reserved.