public class GetLogicDatabaseRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
GetLogicDatabaseRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetLogicDatabaseRequest |
build(Map<String,?> map) |
String |
getDbId() |
Long |
getTid() |
GetLogicDatabaseRequest |
setDbId(String dbId) |
GetLogicDatabaseRequest |
setTid(Long tid) |
@NameInMap(value="DbId") public String dbId
The ID of the logical database. You can call the ListLogicDatabases or SearchDatabase operation to obtain the ID of the logical database.
This parameter is required.
example:1***
@NameInMap(value="Tid") public Long tid
The ID of the tenant.
example:To view the ID of the tenant, go to the Data Management (DMS) console and move the pointer over the profile picture in the upper-right corner. For more information, see View information about the current tenant.
3***
public static GetLogicDatabaseRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetLogicDatabaseRequest setDbId(String dbId)
public String getDbId()
public GetLogicDatabaseRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.