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 Details

  • Constructor Details

    • TableInfo

      public TableInfo()
  • Method Details

    • name

      public TableInfo name(String name)
    • getName

      @Nullable public String getName()
      Name of table, relative to parent schema.
      Returns:
      name
    • setName

      public void setName(String name)
    • catalogName

      public TableInfo catalogName(String catalogName)
    • getCatalogName

      @Nullable public String getCatalogName()
      Name of parent catalog.
      Returns:
      catalogName
    • setCatalogName

      public void setCatalogName(String catalogName)
    • schemaName

      public TableInfo schemaName(String schemaName)
    • getSchemaName

      @Nullable public String getSchemaName()
      Name of parent schema relative to its parent catalog.
      Returns:
      schemaName
    • setSchemaName

      public void setSchemaName(String schemaName)
    • tableType

      public TableInfo tableType(TableType tableType)
    • getTableType

      @Nullable public TableType getTableType()
      Get tableType
      Returns:
      tableType
    • setTableType

      public void setTableType(TableType tableType)
    • dataSourceFormat

      public TableInfo dataSourceFormat(DataSourceFormat dataSourceFormat)
    • getDataSourceFormat

      @Nullable public DataSourceFormat getDataSourceFormat()
      Get dataSourceFormat
      Returns:
      dataSourceFormat
    • setDataSourceFormat

      public void setDataSourceFormat(DataSourceFormat dataSourceFormat)
    • columns

      public TableInfo columns(List<ColumnInfo> columns)
    • addColumnsItem

      public TableInfo addColumnsItem(ColumnInfo columnsItem)
    • getColumns

      @Nullable public List<ColumnInfo> getColumns()
      The array of __ColumnInfo__ definitions of the table's columns.
      Returns:
      columns
    • setColumns

      public void setColumns(List<ColumnInfo> columns)
    • storageLocation

      public TableInfo storageLocation(String storageLocation)
    • getStorageLocation

      @Nullable public String getStorageLocation()
      Storage root URL for table (for **MANAGED**, **EXTERNAL** tables)
      Returns:
      storageLocation
    • setStorageLocation

      public void setStorageLocation(String storageLocation)
    • comment

      public TableInfo comment(String comment)
    • getComment

      @Nullable public String getComment()
      User-provided free-form text description.
      Returns:
      comment
    • setComment

      public void setComment(String comment)
    • properties

      public TableInfo properties(Map<String,String> properties)
    • putPropertiesItem

      public TableInfo putPropertiesItem(String key, String propertiesItem)
    • getProperties

      @Nullable public Map<String,String> getProperties()
      A map of key-value properties attached to the securable.
      Returns:
      properties
    • setProperties

      public void setProperties(Map<String,String> properties)
    • owner

      public TableInfo owner(String owner)
    • getOwner

      @Nullable public String getOwner()
      Username of current owner of table.
      Returns:
      owner
    • setOwner

      public void setOwner(String owner)
    • createdAt

      public TableInfo createdAt(Long createdAt)
    • getCreatedAt

      @Nullable public Long getCreatedAt()
      Time at which this table was created, in epoch milliseconds.
      Returns:
      createdAt
    • setCreatedAt

      public void setCreatedAt(Long createdAt)
    • createdBy

      public TableInfo createdBy(String createdBy)
    • getCreatedBy

      @Nullable public String getCreatedBy()
      Username of table creator.
      Returns:
      createdBy
    • setCreatedBy

      public void setCreatedBy(String createdBy)
    • updatedAt

      public TableInfo updatedAt(Long updatedAt)
    • getUpdatedAt

      @Nullable public Long getUpdatedAt()
      Time at which this table was last modified, in epoch milliseconds.
      Returns:
      updatedAt
    • setUpdatedAt

      public void setUpdatedAt(Long updatedAt)
    • updatedBy

      public TableInfo updatedBy(String updatedBy)
    • getUpdatedBy

      @Nullable public String getUpdatedBy()
      Username of user who last modified the table.
      Returns:
      updatedBy
    • setUpdatedBy

      public void setUpdatedBy(String updatedBy)
    • tableId

      public TableInfo tableId(String tableId)
    • getTableId

      @Nullable public String getTableId()
      Unique identifier for the table.
      Returns:
      tableId
    • setTableId

      public void setTableId(String tableId)
    • equals

      public boolean equals(Object o)
      Return true if this TableInfo object is equal to o.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string