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.9.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.Storage Location URL (full path) for managed storage location of catalog.Storage root URL for managed storage location of catalog.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) voidsetStorageLocation(String storageLocation) voidsetStorageRoot(String storageRoot) voidsetUpdatedAt(Long updatedAt) voidsetUpdatedBy(String updatedBy) storageLocation(String storageLocation) storageRoot(String storageRoot) 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:
-
JSON_PROPERTY_STORAGE_ROOT
- See Also:
-
JSON_PROPERTY_STORAGE_LOCATION
- 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
-
storageRoot
-
getStorageRoot
Storage root URL for managed storage location of catalog. This can be set when creating a catalog. Example: s3://bucket/ucroot- Returns:
- storageRoot
-
setStorageRoot
-
storageLocation
-
getStorageLocation
Storage Location URL (full path) for managed storage location of catalog. This is an automatically generated unique path under storage_root. Example: s3://bucket/ucroot/__unitystorage/catalogs/{catalog_id}- Returns:
- storageLocation
-
setStorageLocation
-
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
-