public class ListDatabasesRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
instanceId
The ID of the instance.
|
Integer |
pageNumber
The number of the page to return.
|
Integer |
pageSize
The number of entries to return per page.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
ListDatabasesRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListDatabasesRequest |
build(Map<String,?> map) |
String |
getInstanceId() |
Integer |
getPageNumber() |
Integer |
getPageSize() |
Long |
getTid() |
ListDatabasesRequest |
setInstanceId(String instanceId) |
ListDatabasesRequest |
setPageNumber(Integer pageNumber) |
ListDatabasesRequest |
setPageSize(Integer pageSize) |
ListDatabasesRequest |
setTid(Long tid) |
@NameInMap(value="InstanceId") public String instanceId
The ID of the instance. The valid value is returned if you call the ListInstances operation. The instance ID is not the ID of the RDS instance.
This parameter is required.
example:12***
@NameInMap(value="PageNumber") public Integer pageNumber
The number of the page to return.
example:1
@NameInMap(value="PageSize") public Integer pageSize
The number of entries to return per page.
example:10
@NameInMap(value="Tid") public Long tid
The ID of the tenant.
example:: To view the ID of the tenant, move the pointer over the profile picture in the upper-right corner of the Data Management (DMS) console. For more information, see Manage DMS tenants.
3***
public static ListDatabasesRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListDatabasesRequest setInstanceId(String instanceId)
public String getInstanceId()
public ListDatabasesRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public ListDatabasesRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public ListDatabasesRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.