public class ListColumnsRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
logic
Specifies whether the database is a logical database.
|
String |
tableId
The ID of the table.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
ListColumnsRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListColumnsRequest |
build(Map<String,?> map) |
Boolean |
getLogic() |
String |
getTableId() |
Long |
getTid() |
ListColumnsRequest |
setLogic(Boolean logic) |
ListColumnsRequest |
setTableId(String tableId) |
ListColumnsRequest |
setTid(Long tid) |
@NameInMap(value="Logic") public Boolean logic
Specifies whether the database is a logical database. Valid values:
false
@NameInMap(value="TableId") public String tableId
The ID of the table. You can call the ListTables operation to obtain the table ID.
This parameter is required.
example:39281****
@NameInMap(value="Tid") public Long tid
The ID of the tenant. You can call the GetUserActiveTenant operation to obtain the tenant ID.
example:3***
public static ListColumnsRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListColumnsRequest setLogic(Boolean logic)
public Boolean getLogic()
public ListColumnsRequest setTableId(String tableId)
public String getTableId()
public ListColumnsRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.