public class GetTableDetailAppTableRespBody extends Object
| 构造器和说明 |
|---|
GetTableDetailAppTableRespBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
AppTableColumn[] |
getColumns() |
AppTableConstraint[] |
getConstraints() |
String |
getDdl() |
String |
getDescription() |
Integer |
getEstimatedRowCount() |
AppTableIndex[] |
getIndexes() |
String |
getName() |
Integer |
getSizeBytes() |
void |
setColumns(AppTableColumn[] columns) |
void |
setConstraints(AppTableConstraint[] constraints) |
void |
setDdl(String ddl) |
void |
setDescription(String description) |
void |
setEstimatedRowCount(Integer estimatedRowCount) |
void |
setIndexes(AppTableIndex[] indexes) |
void |
setName(String name) |
void |
setSizeBytes(Integer sizeBytes) |
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public AppTableColumn[] getColumns()
public void setColumns(AppTableColumn[] columns)
public AppTableIndex[] getIndexes()
public void setIndexes(AppTableIndex[] indexes)
public AppTableConstraint[] getConstraints()
public void setConstraints(AppTableConstraint[] constraints)
public Integer getEstimatedRowCount()
public void setEstimatedRowCount(Integer estimatedRowCount)
public Integer getSizeBytes()
public void setSizeBytes(Integer sizeBytes)
public String getDdl()
public void setDdl(String ddl)
Copyright © 2026. All rights reserved.