Package io.unitycatalog.client.model
Class CreateSchema
java.lang.Object
io.unitycatalog.client.model.CreateSchema
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.5.0")
public class CreateSchema
extends Object
CreateSchema
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncatalogName(String catalogName) booleanReturn true if this CreateSchema object is equal to o.Name of parent catalog.User-provided free-form text description.getName()Name of schema, relative to parent catalog.A map of key-value properties attached to the securable.inthashCode()properties(Map<String, String> properties) putPropertiesItem(String key, String propertiesItem) voidsetCatalogName(String catalogName) voidsetComment(String comment) voidvoidsetProperties(Map<String, String> properties) 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_COMMENT
- See Also:
-
JSON_PROPERTY_PROPERTIES
- See Also:
-
-
Constructor Details
-
CreateSchema
public CreateSchema()
-
-
Method Details
-
name
-
getName
Name of schema, relative to parent catalog.- Returns:
- name
-
setName
-
catalogName
-
getCatalogName
Name of parent catalog.- Returns:
- catalogName
-
setCatalogName
-
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
-
equals
Return true if this CreateSchema 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
-