public class SyncDatabaseMetaRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
dbId
The ID of the database.
|
Boolean |
logic
Specifies whether the database is a logical database.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
SyncDatabaseMetaRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static SyncDatabaseMetaRequest |
build(Map<String,?> map) |
String |
getDbId() |
Boolean |
getLogic() |
Long |
getTid() |
SyncDatabaseMetaRequest |
setDbId(String dbId) |
SyncDatabaseMetaRequest |
setLogic(Boolean logic) |
SyncDatabaseMetaRequest |
setTid(Long tid) |
@NameInMap(value="DbId") public String dbId
The ID of the database.
This parameter is required.
example:123
@NameInMap(value="Logic") public Boolean logic
Specifies whether the database is a logical database.
example:false
@NameInMap(value="Tid") public Long tid
The ID of the tenant.
example:To view the tenant ID, 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.
-1
public static SyncDatabaseMetaRequest build(Map<String,?> map) throws Exception
Exceptionpublic SyncDatabaseMetaRequest setDbId(String dbId)
public String getDbId()
public SyncDatabaseMetaRequest setLogic(Boolean logic)
public Boolean getLogic()
public SyncDatabaseMetaRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.