Package io.unitycatalog.client.model
Class CreateStagingTable
java.lang.Object
io.unitycatalog.client.model.CreateStagingTable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.9.0")
public class CreateStagingTable
extends Object
CreateStagingTable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncatalogName(String catalogName) booleanReturn true if this CreateStagingTable object is equal to o.Name of parent catalog.getName()Name of table, relative to parent schema.Name of parent schema relative to its parent catalog.inthashCode()schemaName(String schemaName) voidsetCatalogName(String catalogName) voidvoidsetSchemaName(String schemaName) 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:
-
-
Constructor Details
-
CreateStagingTable
public CreateStagingTable()
-
-
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
-
equals
Return true if this CreateStagingTable 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
-