public class TableSummaryModel
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
createTime |
String |
description |
String |
owner |
String |
schemaName |
String |
SQL |
String |
tableName |
Long |
tableSize |
String |
tableType |
String |
updateTime |
| 构造器和说明 |
|---|
TableSummaryModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
static TableSummaryModel |
build(Map<String,?> map) |
String |
getCreateTime() |
String |
getDescription() |
String |
getOwner() |
String |
getSchemaName() |
String |
getSQL() |
String |
getTableName() |
Long |
getTableSize() |
String |
getTableType() |
String |
getUpdateTime() |
TableSummaryModel |
setCreateTime(String createTime) |
TableSummaryModel |
setDescription(String description) |
TableSummaryModel |
setOwner(String owner) |
TableSummaryModel |
setSchemaName(String schemaName) |
TableSummaryModel |
setSQL(String SQL) |
TableSummaryModel |
setTableName(String tableName) |
TableSummaryModel |
setTableSize(Long tableSize) |
TableSummaryModel |
setTableType(String tableType) |
TableSummaryModel |
setUpdateTime(String updateTime) |
@NameInMap(value="CreateTime") public String createTime
@NameInMap(value="Description") public String description
@NameInMap(value="Owner") public String owner
@NameInMap(value="SQL") public String SQL
@NameInMap(value="SchemaName") public String schemaName
@NameInMap(value="TableName") public String tableName
@NameInMap(value="TableSize") public Long tableSize
@NameInMap(value="TableType") public String tableType
@NameInMap(value="UpdateTime") public String updateTime
public static TableSummaryModel build(Map<String,?> map) throws Exception
Exceptionpublic TableSummaryModel setCreateTime(String createTime)
public String getCreateTime()
public TableSummaryModel setDescription(String description)
public String getDescription()
public TableSummaryModel setOwner(String owner)
public String getOwner()
public TableSummaryModel setSQL(String SQL)
public String getSQL()
public TableSummaryModel setSchemaName(String schemaName)
public String getSchemaName()
public TableSummaryModel setTableName(String tableName)
public String getTableName()
public TableSummaryModel setTableSize(Long tableSize)
public Long getTableSize()
public TableSummaryModel setTableType(String tableType)
public String getTableType()
public TableSummaryModel setUpdateTime(String updateTime)
public String getUpdateTime()
Copyright © 2023. All rights reserved.