public static class ListLogicTablesResponseBody.ListLogicTablesResponseBodyLogicTableListLogicTable
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
databaseId
The ID of the logical database.
|
Boolean |
logic
Indicates whether the table is a logical table.
|
ListLogicTablesResponseBody.ListLogicTablesResponseBodyLogicTableListLogicTableOwnerIdList |
ownerIdList
The IDs of the owners of the logical tables.
|
ListLogicTablesResponseBody.ListLogicTablesResponseBodyLogicTableListLogicTableOwnerNameList |
ownerNameList
The nicknames of the owners of the logical tables.
|
String |
schemaName
The logical database to which the logical table belongs.
|
String |
tableCount
The number of logical tables.
|
String |
tableExpr
The expression of the logical table.
|
String |
tableGuid
The GUID of the logical table.
|
String |
tableId
The ID of the logical table.
|
String |
tableName
The name of the logical table.
|
| 构造器和说明 |
|---|
ListLogicTablesResponseBodyLogicTableListLogicTable() |
@NameInMap(value="DatabaseId") public String databaseId
The ID of the logical database.
example:1
@NameInMap(value="Logic") public Boolean logic
Indicates whether the table is a logical table. The value is fixed to true.
example:true
@NameInMap(value="OwnerIdList") public ListLogicTablesResponseBody.ListLogicTablesResponseBodyLogicTableListLogicTableOwnerIdList ownerIdList
The IDs of the owners of the logical tables.
@NameInMap(value="OwnerNameList") public ListLogicTablesResponseBody.ListLogicTablesResponseBodyLogicTableListLogicTableOwnerNameList ownerNameList
The nicknames of the owners of the logical tables.
@NameInMap(value="SchemaName") public String schemaName
The logical database to which the logical table belongs.
example:yuyang_test
@NameInMap(value="TableCount") public String tableCount
The number of logical tables.
example:4
@NameInMap(value="TableExpr") public String tableExpr
The expression of the logical table.
example:test[1-4]
@NameInMap(value="TableGuid") public String tableGuid
The GUID of the logical table.
example:IDB_L_308302.yuyang_test.test_ch
@NameInMap(value="TableId") public String tableId
The ID of the logical table.
example:1
@NameInMap(value="TableName") public String tableName
The name of the logical table.
example:test
public ListLogicTablesResponseBodyLogicTableListLogicTable()
public static ListLogicTablesResponseBody.ListLogicTablesResponseBodyLogicTableListLogicTable build(Map<String,?> map) throws Exception
Exceptionpublic ListLogicTablesResponseBody.ListLogicTablesResponseBodyLogicTableListLogicTable setDatabaseId(String databaseId)
public String getDatabaseId()
public ListLogicTablesResponseBody.ListLogicTablesResponseBodyLogicTableListLogicTable setLogic(Boolean logic)
public Boolean getLogic()
public ListLogicTablesResponseBody.ListLogicTablesResponseBodyLogicTableListLogicTable setOwnerIdList(ListLogicTablesResponseBody.ListLogicTablesResponseBodyLogicTableListLogicTableOwnerIdList ownerIdList)
public ListLogicTablesResponseBody.ListLogicTablesResponseBodyLogicTableListLogicTableOwnerIdList getOwnerIdList()
public ListLogicTablesResponseBody.ListLogicTablesResponseBodyLogicTableListLogicTable setOwnerNameList(ListLogicTablesResponseBody.ListLogicTablesResponseBodyLogicTableListLogicTableOwnerNameList ownerNameList)
public ListLogicTablesResponseBody.ListLogicTablesResponseBodyLogicTableListLogicTableOwnerNameList getOwnerNameList()
public ListLogicTablesResponseBody.ListLogicTablesResponseBodyLogicTableListLogicTable setSchemaName(String schemaName)
public String getSchemaName()
public ListLogicTablesResponseBody.ListLogicTablesResponseBodyLogicTableListLogicTable setTableCount(String tableCount)
public String getTableCount()
public ListLogicTablesResponseBody.ListLogicTablesResponseBodyLogicTableListLogicTable setTableExpr(String tableExpr)
public String getTableExpr()
public ListLogicTablesResponseBody.ListLogicTablesResponseBodyLogicTableListLogicTable setTableGuid(String tableGuid)
public String getTableGuid()
public ListLogicTablesResponseBody.ListLogicTablesResponseBodyLogicTableListLogicTable setTableId(String tableId)
public String getTableId()
public ListLogicTablesResponseBody.ListLogicTablesResponseBodyLogicTableListLogicTable setTableName(String tableName)
public String getTableName()
Copyright © 2025. All rights reserved.