public static class GetTableDBTopologyResponseBody.GetTableDBTopologyResponseBodyDBTopologyDataSourceListDatabaseList
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
dbId
The ID of the database.
|
String |
dbName
The name of the database.
|
String |
dbType
The type of the database.
|
String |
envType
The type of the environment to which the database belongs.
|
List<GetTableDBTopologyResponseBody.GetTableDBTopologyResponseBodyDBTopologyDataSourceListDatabaseListTableList> |
tableList
The physical tables.
|
| 构造器和说明 |
|---|
GetTableDBTopologyResponseBodyDBTopologyDataSourceListDatabaseList() |
@NameInMap(value="DbId") public String dbId
The ID of the database.
example:489347
@NameInMap(value="DbName") public String dbName
The name of the database.
example:db-test
@NameInMap(value="DbType") public String dbType
The type of the database. For more information about the valid values of this parameter, see DbType parameter.
example:MySQL
@NameInMap(value="EnvType") public String envType
The type of the environment to which the database belongs. Valid values:
example:For more information, see Change the environment type of an instance.
pre
@NameInMap(value="TableList") public List<GetTableDBTopologyResponseBody.GetTableDBTopologyResponseBodyDBTopologyDataSourceListDatabaseListTableList> tableList
The physical tables.
public GetTableDBTopologyResponseBodyDBTopologyDataSourceListDatabaseList()
public static GetTableDBTopologyResponseBody.GetTableDBTopologyResponseBodyDBTopologyDataSourceListDatabaseList build(Map<String,?> map) throws Exception
Exceptionpublic GetTableDBTopologyResponseBody.GetTableDBTopologyResponseBodyDBTopologyDataSourceListDatabaseList setDbId(String dbId)
public String getDbId()
public GetTableDBTopologyResponseBody.GetTableDBTopologyResponseBodyDBTopologyDataSourceListDatabaseList setDbName(String dbName)
public String getDbName()
public GetTableDBTopologyResponseBody.GetTableDBTopologyResponseBodyDBTopologyDataSourceListDatabaseList setDbType(String dbType)
public String getDbType()
public GetTableDBTopologyResponseBody.GetTableDBTopologyResponseBodyDBTopologyDataSourceListDatabaseList setEnvType(String envType)
public String getEnvType()
public GetTableDBTopologyResponseBody.GetTableDBTopologyResponseBodyDBTopologyDataSourceListDatabaseList setTableList(List<GetTableDBTopologyResponseBody.GetTableDBTopologyResponseBodyDBTopologyDataSourceListDatabaseListTableList> tableList)
public List<GetTableDBTopologyResponseBody.GetTableDBTopologyResponseBodyDBTopologyDataSourceListDatabaseListTableList> getTableList()
Copyright © 2025. All rights reserved.