public static class GetTableDBTopologyResponseBody.GetTableDBTopologyResponseBodyDBTopology
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<GetTableDBTopologyResponseBody.GetTableDBTopologyResponseBodyDBTopologyDataSourceList> |
dataSourceList
The data sources.
|
String |
tableGuid
The GUID of the table in DMS.
|
String |
tableName
The name of the table.
|
| 构造器和说明 |
|---|
GetTableDBTopologyResponseBodyDBTopology() |
@NameInMap(value="DataSourceList") public List<GetTableDBTopologyResponseBody.GetTableDBTopologyResponseBodyDBTopologyDataSourceList> dataSourceList
The data sources.
@NameInMap(value="TableGuid") public String tableGuid
The GUID of the table in DMS.
example:IDB_L_9032.db-test.yuyang_test
@NameInMap(value="TableName") public String tableName
The name of the table.
If a logical table is queried, the name of the logical table is returned.
If a physical table is queried, the name of the physical table is returned.
yuyang_test
public static GetTableDBTopologyResponseBody.GetTableDBTopologyResponseBodyDBTopology build(Map<String,?> map) throws Exception
Exceptionpublic GetTableDBTopologyResponseBody.GetTableDBTopologyResponseBodyDBTopology setDataSourceList(List<GetTableDBTopologyResponseBody.GetTableDBTopologyResponseBodyDBTopologyDataSourceList> dataSourceList)
public List<GetTableDBTopologyResponseBody.GetTableDBTopologyResponseBodyDBTopologyDataSourceList> getDataSourceList()
public GetTableDBTopologyResponseBody.GetTableDBTopologyResponseBodyDBTopology setTableGuid(String tableGuid)
public String getTableGuid()
public GetTableDBTopologyResponseBody.GetTableDBTopologyResponseBodyDBTopology setTableName(String tableName)
public String getTableName()
Copyright © 2025. All rights reserved.