@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2023-09-07T10:41:28.432+08:00") public class TableListInfo extends Object
Constructor and Description |
---|
TableListInfo() |
public TableListInfo createTime(Long createTime)
public Long getCreateTime()
public void setCreateTime(Long createTime)
public TableListInfo dataType(String dataType)
public String getDataType()
public void setDataType(String dataType)
public TableListInfo dataLocation(String dataLocation)
public String getDataLocation()
public void setDataLocation(String dataLocation)
public TableListInfo lastAccessTime(Long lastAccessTime)
public Long getLastAccessTime()
public void setLastAccessTime(Long lastAccessTime)
public TableListInfo location(String location)
public String getLocation()
public void setLocation(String location)
public TableListInfo owner(String owner)
public String getOwner()
public void setOwner(String owner)
public TableListInfo tableName(String tableName)
public String getTableName()
public void setTableName(String tableName)
public TableListInfo tableSize(Long tableSize)
public Long getTableSize()
public void setTableSize(Long tableSize)
public TableListInfo tableType(String tableType)
public String getTableType()
public void setTableType(String tableType)
public TableListInfo partitionColumns(List<String> partitionColumns)
public TableListInfo addPartitionColumnsItem(String partitionColumnsItem)
public List<String> getPartitionColumns()
Copyright © 2023. All rights reserved.