public static class GetTableDBTopologyResponseBody.GetTableDBTopologyResponseBodyDBTopologyDataSourceListDatabaseListTableList
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
tableId
The ID of the table.
|
String |
tableName
The name of the physical table.
|
String |
tableType
The type of the table.
|
| 构造器和说明 |
|---|
GetTableDBTopologyResponseBodyDBTopologyDataSourceListDatabaseListTableList() |
@NameInMap(value="TableId") public String tableId
The ID of the table.
example:NORMAL
@NameInMap(value="TableName") public String tableName
The name of the physical table.
example:151977812
@NameInMap(value="TableType") public String tableType
The type of the table. This is a reserved parameter.
example:yuyang_test_0000
public GetTableDBTopologyResponseBodyDBTopologyDataSourceListDatabaseListTableList()
public static GetTableDBTopologyResponseBody.GetTableDBTopologyResponseBodyDBTopologyDataSourceListDatabaseListTableList build(Map<String,?> map) throws Exception
Exceptionpublic GetTableDBTopologyResponseBody.GetTableDBTopologyResponseBodyDBTopologyDataSourceListDatabaseListTableList setTableId(String tableId)
public String getTableId()
public GetTableDBTopologyResponseBody.GetTableDBTopologyResponseBodyDBTopologyDataSourceListDatabaseListTableList setTableName(String tableName)
public String getTableName()
public GetTableDBTopologyResponseBody.GetTableDBTopologyResponseBodyDBTopologyDataSourceListDatabaseListTableList setTableType(String tableType)
public String getTableType()
Copyright © 2025. All rights reserved.