Package io.unitycatalog.client.model
Class SchemaInfo
java.lang.Object
io.unitycatalog.client.model.SchemaInfo
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.5.0")
public class SchemaInfo
extends Object
SchemaInfo
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncatalogName(String catalogName) booleanReturn true if this SchemaInfo object is equal to o.Name of parent catalog.User-provided free-form text description.Time at which this schema was created, in epoch milliseconds.Username of schema creator.Full name of schema, in form of __catalog_name__.__schema_name__.getName()Name of schema, relative to parent catalog.getOwner()Username of current owner of schema.A map of key-value properties attached to the securable.Unique identifier for the schema.Time at which this schema was last modified, in epoch milliseconds.Username of user who last modified schema.inthashCode()properties(Map<String, String> properties) putPropertiesItem(String key, String propertiesItem) voidsetCatalogName(String catalogName) voidsetComment(String comment) voidsetCreatedAt(Long createdAt) voidsetCreatedBy(String createdBy) voidsetFullName(String fullName) voidvoidvoidsetProperties(Map<String, String> properties) voidsetSchemaId(String schemaId) voidsetUpdatedAt(Long updatedAt) voidsetUpdatedBy(String updatedBy) 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:
-
JSON_PROPERTY_FULL_NAME
- 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_SCHEMA_ID
- See Also:
-
-
Constructor Details
-
SchemaInfo
public SchemaInfo()
-
-
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
-
fullName
-
getFullName
Full name of schema, in form of __catalog_name__.__schema_name__.- Returns:
- fullName
-
setFullName
-
owner
-
getOwner
Username of current owner of schema.- Returns:
- owner
-
setOwner
-
createdAt
-
getCreatedAt
Time at which this schema was created, in epoch milliseconds.- Returns:
- createdAt
-
setCreatedAt
-
createdBy
-
getCreatedBy
Username of schema creator.- Returns:
- createdBy
-
setCreatedBy
-
updatedAt
-
getUpdatedAt
Time at which this schema was last modified, in epoch milliseconds.- Returns:
- updatedAt
-
setUpdatedAt
-
updatedBy
-
getUpdatedBy
Username of user who last modified schema.- Returns:
- updatedBy
-
setUpdatedBy
-
schemaId
-
getSchemaId
Unique identifier for the schema.- Returns:
- schemaId
-
setSchemaId
-
equals
Return true if this SchemaInfo 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
-