public static class ListIndexesResponseBody.ListIndexesResponseBodyIndexListIndex
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
indexComment
The description of the index.
|
String |
indexId
The ID of the index.
|
String |
indexName
The name of the index.
|
String |
indexType
The type of the index.
|
String |
tableId
The ID of the table.
|
| 构造器和说明 |
|---|
ListIndexesResponseBodyIndexListIndex() |
@NameInMap(value="IndexComment") public String indexComment
The description of the index.
example:test
@NameInMap(value="IndexId") public String indexId
The ID of the index.
example:1
@NameInMap(value="IndexName") public String indexName
The name of the index.
example:idx_test
@NameInMap(value="IndexType") public String indexType
The type of the index. Valid values:
Primary
@NameInMap(value="TableId") public String tableId
The ID of the table.
example:1
public static ListIndexesResponseBody.ListIndexesResponseBodyIndexListIndex build(Map<String,?> map) throws Exception
Exceptionpublic ListIndexesResponseBody.ListIndexesResponseBodyIndexListIndex setIndexComment(String indexComment)
public String getIndexComment()
public ListIndexesResponseBody.ListIndexesResponseBodyIndexListIndex setIndexId(String indexId)
public String getIndexId()
public ListIndexesResponseBody.ListIndexesResponseBodyIndexListIndex setIndexName(String indexName)
public String getIndexName()
public ListIndexesResponseBody.ListIndexesResponseBodyIndexListIndex setIndexType(String indexType)
public String getIndexType()
public ListIndexesResponseBody.ListIndexesResponseBodyIndexListIndex setTableId(String tableId)
public String getTableId()
Copyright © 2025. All rights reserved.