Package io.unitycatalog.client.model
Class CatalogInfo
java.lang.Object
io.unitycatalog.client.model.CatalogInfo
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.5.0")
public class CatalogInfo
extends Object
CatalogInfo
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this CatalogInfo object is equal to o.User-provided free-form text description.Time at which this catalog was created, in epoch milliseconds.Username of catalog creator.getId()Unique identifier for the catalog.getName()Name of catalog.getOwner()Username of current owner of catalog.A map of key-value properties attached to the securable.Time at which this catalog was last modified, in epoch milliseconds.Username of user who last modified catalog.inthashCode()properties(Map<String, String> properties) putPropertiesItem(String key, String propertiesItem) voidsetComment(String comment) voidsetCreatedAt(Long createdAt) voidsetCreatedBy(String createdBy) voidvoidvoidvoidsetProperties(Map<String, String> properties) 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_COMMENT
- See Also:
-
JSON_PROPERTY_PROPERTIES
- 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_ID
- See Also:
-
-
Constructor Details
-
CatalogInfo
public CatalogInfo()
-
-
Method Details
-
name
-
getName
Name of catalog.- Returns:
- name
-
setName
-
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
-
owner
-
getOwner
Username of current owner of catalog.- Returns:
- owner
-
setOwner
-
createdAt
-
getCreatedAt
Time at which this catalog was created, in epoch milliseconds.- Returns:
- createdAt
-
setCreatedAt
-
createdBy
-
getCreatedBy
Username of catalog creator.- Returns:
- createdBy
-
setCreatedBy
-
updatedAt
-
getUpdatedAt
Time at which this catalog was last modified, in epoch milliseconds.- Returns:
- updatedAt
-
setUpdatedAt
-
updatedBy
-
getUpdatedBy
Username of user who last modified catalog.- Returns:
- updatedBy
-
setUpdatedBy
-
id
-
getId
Unique identifier for the catalog.- Returns:
- id
-
setId
-
equals
Return true if this CatalogInfo 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
-