public class ListIndexesRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
logic
Specifies whether the table is a logical table.
|
String |
tableId
The ID of the table.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
ListIndexesRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListIndexesRequest |
build(Map<String,?> map) |
Boolean |
getLogic() |
String |
getTableId() |
Long |
getTid() |
ListIndexesRequest |
setLogic(Boolean logic) |
ListIndexesRequest |
setTableId(String tableId) |
ListIndexesRequest |
setTid(Long tid) |
@NameInMap(value="Logic") public Boolean logic
Specifies whether the table is a logical table.
example:false
@NameInMap(value="TableId") public String tableId
The ID of the table.
This parameter is required.
example:1
@NameInMap(value="Tid") public Long tid
The ID of the tenant.
example:To view the tenant ID, move the pointer over the profile picture in the upper-right corner of the Data Management (DMS) console. For more information, see Manage DMS tenants.
0
public static ListIndexesRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListIndexesRequest setLogic(Boolean logic)
public Boolean getLogic()
public ListIndexesRequest setTableId(String tableId)
public String getTableId()
public ListIndexesRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.