public static class GetMetaTableColumnResponseBody.GetMetaTableColumnResponseBodyColumnList
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 number of decimal places for the field.
|
String |
description
The description of the column.
|
Boolean |
nullable
Indicates whether the field can be empty.
|
Integer |
position
The position of the field in the table.
|
String |
primaryKey
Indicates whether the field is the primary key.
|
String |
securityLevel
The sensitivity level of the column.
|
| 构造器和说明 |
|---|
GetMetaTableColumnResponseBodyColumnList() |
@NameInMap(value="AutoIncrement") public Boolean autoIncrement
Indicates whether the column is an auto-increment column. Valid values:
false
@NameInMap(value="ColumnId") public String columnId
The ID of the column.
example:63513****
@NameInMap(value="ColumnName") public String columnName
The name of the column.
example:has_promotion
@NameInMap(value="ColumnType") public String columnType
The data type of the column.
example:The return value of a column is not unique, such as bigint or int.
bigint(1)
@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:19
@NameInMap(value="DataScale") public Integer dataScale
The number of decimal places for the field.
example:0
@NameInMap(value="Description") public String description
The description of the column.
example:Whether discounts are provided
@NameInMap(value="Nullable") public Boolean nullable
Indicates whether the field can be empty. Valid values:
false
@NameInMap(value="Position") public Integer position
The position of the field in the table.
example:1
@NameInMap(value="PrimaryKey") public String primaryKey
Indicates whether the field is the primary key. Valid values:
true
@NameInMap(value="SecurityLevel") public String securityLevel
The sensitivity level of the column. Valid values:
example:For more information, see Sensitivity levels of columns.
INNER
public static GetMetaTableColumnResponseBody.GetMetaTableColumnResponseBodyColumnList build(Map<String,?> map) throws Exception
Exceptionpublic GetMetaTableColumnResponseBody.GetMetaTableColumnResponseBodyColumnList setAutoIncrement(Boolean autoIncrement)
public Boolean getAutoIncrement()
public GetMetaTableColumnResponseBody.GetMetaTableColumnResponseBodyColumnList setColumnId(String columnId)
public String getColumnId()
public GetMetaTableColumnResponseBody.GetMetaTableColumnResponseBodyColumnList setColumnName(String columnName)
public String getColumnName()
public GetMetaTableColumnResponseBody.GetMetaTableColumnResponseBodyColumnList setColumnType(String columnType)
public String getColumnType()
public GetMetaTableColumnResponseBody.GetMetaTableColumnResponseBodyColumnList setDataLength(Long dataLength)
public Long getDataLength()
public GetMetaTableColumnResponseBody.GetMetaTableColumnResponseBodyColumnList setDataPrecision(Integer dataPrecision)
public Integer getDataPrecision()
public GetMetaTableColumnResponseBody.GetMetaTableColumnResponseBodyColumnList setDataScale(Integer dataScale)
public Integer getDataScale()
public GetMetaTableColumnResponseBody.GetMetaTableColumnResponseBodyColumnList setDescription(String description)
public String getDescription()
public GetMetaTableColumnResponseBody.GetMetaTableColumnResponseBodyColumnList setNullable(Boolean nullable)
public Boolean getNullable()
public GetMetaTableColumnResponseBody.GetMetaTableColumnResponseBodyColumnList setPosition(Integer position)
public Integer getPosition()
public GetMetaTableColumnResponseBody.GetMetaTableColumnResponseBodyColumnList setPrimaryKey(String primaryKey)
public String getPrimaryKey()
public GetMetaTableColumnResponseBody.GetMetaTableColumnResponseBodyColumnList setSecurityLevel(String securityLevel)
public String getSecurityLevel()
Copyright © 2025. All rights reserved.