public static class GetMetaTableDetailInfoResponseBody.GetMetaTableDetailInfoResponseBodyDetailInfoIndexList
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<String> |
indexColumns
The index column.
|
String |
indexId
The ID of the index.
|
String |
indexName
The name of the index.
|
String |
indexType
The type of the index.
|
Boolean |
unique
Indicates whether the index is unique.
|
| 构造器和说明 |
|---|
GetMetaTableDetailInfoResponseBodyDetailInfoIndexList() |
@NameInMap(value="IndexId") public String indexId
The ID of the index.
example:123
@NameInMap(value="IndexName") public String indexName
The name of the index.
example:PRIMARY
@NameInMap(value="IndexType") public String indexType
The type of the index. Examples: Primary, Unique, and Normal.
example:Primary
@NameInMap(value="Unique") public Boolean unique
Indicates whether the index is unique. Valid values:
false
public GetMetaTableDetailInfoResponseBodyDetailInfoIndexList()
public static GetMetaTableDetailInfoResponseBody.GetMetaTableDetailInfoResponseBodyDetailInfoIndexList build(Map<String,?> map) throws Exception
Exceptionpublic GetMetaTableDetailInfoResponseBody.GetMetaTableDetailInfoResponseBodyDetailInfoIndexList setIndexColumns(List<String> indexColumns)
public GetMetaTableDetailInfoResponseBody.GetMetaTableDetailInfoResponseBodyDetailInfoIndexList setIndexId(String indexId)
public String getIndexId()
public GetMetaTableDetailInfoResponseBody.GetMetaTableDetailInfoResponseBodyDetailInfoIndexList setIndexName(String indexName)
public String getIndexName()
public GetMetaTableDetailInfoResponseBody.GetMetaTableDetailInfoResponseBodyDetailInfoIndexList setIndexType(String indexType)
public String getIndexType()
public GetMetaTableDetailInfoResponseBody.GetMetaTableDetailInfoResponseBodyDetailInfoIndexList setUnique(Boolean unique)
public Boolean getUnique()
Copyright © 2025. All rights reserved.