public static class GetMetaTableDetailInfoResponseBody.GetMetaTableDetailInfoResponseBodyDetailInfoColumnList
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
autoIncrement
Indicates whether the column is an auto-increment column.
|
String |
columnId
The ID of the column.
|
String |
columnName
The name of the column.
|
String |
columnType
The data type of the column.
|
Long |
dataLength
The length of the field.
|
Integer |
dataPrecision
The precision of the field.
|
Integer |
dataScale
The scale of the column.
|
String |
description
The description of the column.
|
Boolean |
nullable
Indicates whether the column is nullable.
|
String |
position
The position of the field in the table.
|
| 构造器和说明 |
|---|
GetMetaTableDetailInfoResponseBodyDetailInfoColumnList() |
@NameInMap(value="AutoIncrement") public Boolean autoIncrement
Indicates whether the column is an auto-increment column. Valid values:
true
@NameInMap(value="ColumnId") public String columnId
The ID of the column.
example:191234849
@NameInMap(value="ColumnName") public String columnName
The name of the column.
example:id
@NameInMap(value="ColumnType") public String columnType
The data type of the column. Examples: Bigint, Int, and Varchar.
example:bigint(20) unsigned
@NameInMap(value="DataLength") public Long dataLength
The length of the field.
example:0
@NameInMap(value="DataPrecision") public Integer dataPrecision
The precision of the field.
example:0
@NameInMap(value="DataScale") public Integer dataScale
The scale of the column.
example:0
@NameInMap(value="Description") public String description
The description of the column.
example:test
@NameInMap(value="Nullable") public Boolean nullable
Indicates whether the column is nullable. Valid values:
false
@NameInMap(value="Position") public String position
The position of the field in the table.
example:1
public GetMetaTableDetailInfoResponseBodyDetailInfoColumnList()
public static GetMetaTableDetailInfoResponseBody.GetMetaTableDetailInfoResponseBodyDetailInfoColumnList build(Map<String,?> map) throws Exception
Exceptionpublic GetMetaTableDetailInfoResponseBody.GetMetaTableDetailInfoResponseBodyDetailInfoColumnList setAutoIncrement(Boolean autoIncrement)
public Boolean getAutoIncrement()
public GetMetaTableDetailInfoResponseBody.GetMetaTableDetailInfoResponseBodyDetailInfoColumnList setColumnId(String columnId)
public String getColumnId()
public GetMetaTableDetailInfoResponseBody.GetMetaTableDetailInfoResponseBodyDetailInfoColumnList setColumnName(String columnName)
public String getColumnName()
public GetMetaTableDetailInfoResponseBody.GetMetaTableDetailInfoResponseBodyDetailInfoColumnList setColumnType(String columnType)
public String getColumnType()
public GetMetaTableDetailInfoResponseBody.GetMetaTableDetailInfoResponseBodyDetailInfoColumnList setDataLength(Long dataLength)
public Long getDataLength()
public GetMetaTableDetailInfoResponseBody.GetMetaTableDetailInfoResponseBodyDetailInfoColumnList setDataPrecision(Integer dataPrecision)
public Integer getDataPrecision()
public GetMetaTableDetailInfoResponseBody.GetMetaTableDetailInfoResponseBodyDetailInfoColumnList setDataScale(Integer dataScale)
public Integer getDataScale()
public GetMetaTableDetailInfoResponseBody.GetMetaTableDetailInfoResponseBodyDetailInfoColumnList setDescription(String description)
public String getDescription()
public GetMetaTableDetailInfoResponseBody.GetMetaTableDetailInfoResponseBodyDetailInfoColumnList setNullable(Boolean nullable)
public Boolean getNullable()
public GetMetaTableDetailInfoResponseBody.GetMetaTableDetailInfoResponseBodyDetailInfoColumnList setPosition(String position)
public String getPosition()
Copyright © 2025. All rights reserved.