Package io.unitycatalog.client.model
Class TableInfo
java.lang.Object
io.unitycatalog.client.model.TableInfo
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.5.0")
public class TableInfo
extends Object
TableInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddColumnsItem(ColumnInfo columnsItem) catalogName(String catalogName) columns(List<ColumnInfo> columns) dataSourceFormat(DataSourceFormat dataSourceFormat) booleanReturn true if this TableInfo object is equal to o.Name of parent catalog.The array of __ColumnInfo__ definitions of the table's columns.User-provided free-form text description.Time at which this table was created, in epoch milliseconds.Username of table creator.Get dataSourceFormatgetName()Name of table, relative to parent schema.getOwner()Username of current owner of table.A map of key-value properties attached to the securable.Name of parent schema relative to its parent catalog.Storage root URL for table (for **MANAGED**, **EXTERNAL** tables)Unique identifier for the table.Get tableTypeTime at which this table was last modified, in epoch milliseconds.Username of user who last modified the table.inthashCode()properties(Map<String, String> properties) putPropertiesItem(String key, String propertiesItem) schemaName(String schemaName) voidsetCatalogName(String catalogName) voidsetColumns(List<ColumnInfo> columns) voidsetComment(String comment) voidsetCreatedAt(Long createdAt) voidsetCreatedBy(String createdBy) voidsetDataSourceFormat(DataSourceFormat dataSourceFormat) voidvoidvoidsetProperties(Map<String, String> properties) voidsetSchemaName(String schemaName) voidsetStorageLocation(String storageLocation) voidsetTableId(String tableId) voidsetTableType(TableType tableType) voidsetUpdatedAt(Long updatedAt) voidsetUpdatedBy(String updatedBy) storageLocation(String storageLocation) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_CATALOG_NAME
- See Also:
-
JSON_PROPERTY_SCHEMA_NAME
- See Also:
-
JSON_PROPERTY_TABLE_TYPE
- See Also:
-
JSON_PROPERTY_DATA_SOURCE_FORMAT
- See Also:
-
JSON_PROPERTY_COLUMNS
- See Also:
-
JSON_PROPERTY_STORAGE_LOCATION
- See Also:
-
JSON_PROPERTY_COMMENT
- See Also:
-
JSON_PROPERTY_PROPERTIES
- See Also:
-
JSON_PROPERTY_OWNER
- See Also:
-
JSON_PROPERTY_CREATED_AT
- See Also:
-
JSON_PROPERTY_CREATED_BY
- See Also:
-
JSON_PROPERTY_UPDATED_AT
- See Also:
-
JSON_PROPERTY_UPDATED_BY
- See Also:
-
JSON_PROPERTY_TABLE_ID
- See Also:
-
-
Constructor Details
-
TableInfo
public TableInfo()
-
-
Method Details
-
name
-
getName
Name of table, relative to parent schema.- Returns:
- name
-
setName
-
catalogName
-
getCatalogName
Name of parent catalog.- Returns:
- catalogName
-
setCatalogName
-
schemaName
-
getSchemaName
Name of parent schema relative to its parent catalog.- Returns:
- schemaName
-
setSchemaName
-
tableType
-
getTableType
Get tableType- Returns:
- tableType
-
setTableType
-
dataSourceFormat
-
getDataSourceFormat
Get dataSourceFormat- Returns:
- dataSourceFormat
-
setDataSourceFormat
-
columns
-
addColumnsItem
-
getColumns
The array of __ColumnInfo__ definitions of the table's columns.- Returns:
- columns
-
setColumns
-
storageLocation
-
getStorageLocation
Storage root URL for table (for **MANAGED**, **EXTERNAL** tables)- Returns:
- storageLocation
-
setStorageLocation
-
comment
-
getComment
User-provided free-form text description.- Returns:
- comment
-
setComment
-
properties
-
putPropertiesItem
-
getProperties
A map of key-value properties attached to the securable.- Returns:
- properties
-
setProperties
-
owner
-
getOwner
Username of current owner of table.- Returns:
- owner
-
setOwner
-
createdAt
-
getCreatedAt
Time at which this table was created, in epoch milliseconds.- Returns:
- createdAt
-
setCreatedAt
-
createdBy
-
getCreatedBy
Username of table creator.- Returns:
- createdBy
-
setCreatedBy
-
updatedAt
-
getUpdatedAt
Time at which this table was last modified, in epoch milliseconds.- Returns:
- updatedAt
-
setUpdatedAt
-
updatedBy
-
getUpdatedBy
Username of user who last modified the table.- Returns:
- updatedBy
-
setUpdatedBy
-
tableId
-
getTableId
Unique identifier for the table.- Returns:
- tableId
-
setTableId
-
equals
Return true if this TableInfo object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-