Package io.unitycatalog.client.model
Class StagingTableInfo
java.lang.Object
io.unitycatalog.client.model.StagingTableInfo
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.9.0")
public class StagingTableInfo
extends Object
StagingTableInfo
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncatalogName(String catalogName) booleanReturn true if this StagingTableInfo object is equal to o.Name of parent catalog.getId()Unique identifier for the table.getName()Name of table, relative to parent schema.Name of parent schema relative to its parent catalog.URI generated for the staging tableinthashCode()schemaName(String schemaName) voidsetCatalogName(String catalogName) voidvoidvoidsetSchemaName(String schemaName) voidsetStagingLocation(String stagingLocation) stagingLocation(String stagingLocation) 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_ID
- See Also:
-
JSON_PROPERTY_STAGING_LOCATION
- See Also:
-
-
Constructor Details
-
StagingTableInfo
public StagingTableInfo()
-
-
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
-
id
-
getId
Unique identifier for the table.- Returns:
- id
-
setId
-
stagingLocation
-
getStagingLocation
URI generated for the staging table- Returns:
- stagingLocation
-
setStagingLocation
-
equals
Return true if this StagingTableInfo 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
-