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 Details

  • Constructor Details

    • CatalogInfo

      public CatalogInfo()
  • Method Details

    • name

      public CatalogInfo name(String name)
    • getName

      @Nullable public String getName()
      Name of catalog.
      Returns:
      name
    • setName

      public void setName(String name)
    • comment

      public CatalogInfo comment(String comment)
    • getComment

      @Nullable public String getComment()
      User-provided free-form text description.
      Returns:
      comment
    • setComment

      public void setComment(String comment)
    • properties

      public CatalogInfo properties(Map<String,String> properties)
    • putPropertiesItem

      public CatalogInfo putPropertiesItem(String key, String propertiesItem)
    • getProperties

      @Nullable public Map<String,String> getProperties()
      A map of key-value properties attached to the securable.
      Returns:
      properties
    • setProperties

      public void setProperties(Map<String,String> properties)
    • owner

      public CatalogInfo owner(String owner)
    • getOwner

      @Nullable public String getOwner()
      Username of current owner of catalog.
      Returns:
      owner
    • setOwner

      public void setOwner(String owner)
    • createdAt

      public CatalogInfo createdAt(Long createdAt)
    • getCreatedAt

      @Nullable public Long getCreatedAt()
      Time at which this catalog was created, in epoch milliseconds.
      Returns:
      createdAt
    • setCreatedAt

      public void setCreatedAt(Long createdAt)
    • createdBy

      public CatalogInfo createdBy(String createdBy)
    • getCreatedBy

      @Nullable public String getCreatedBy()
      Username of catalog creator.
      Returns:
      createdBy
    • setCreatedBy

      public void setCreatedBy(String createdBy)
    • updatedAt

      public CatalogInfo updatedAt(Long updatedAt)
    • getUpdatedAt

      @Nullable public Long getUpdatedAt()
      Time at which this catalog was last modified, in epoch milliseconds.
      Returns:
      updatedAt
    • setUpdatedAt

      public void setUpdatedAt(Long updatedAt)
    • updatedBy

      public CatalogInfo updatedBy(String updatedBy)
    • getUpdatedBy

      @Nullable public String getUpdatedBy()
      Username of user who last modified catalog.
      Returns:
      updatedBy
    • setUpdatedBy

      public void setUpdatedBy(String updatedBy)
    • id

      public CatalogInfo id(String id)
    • getId

      @Nullable public String getId()
      Unique identifier for the catalog.
      Returns:
      id
    • setId

      public void setId(String id)
    • equals

      public boolean equals(Object o)
      Return true if this CatalogInfo object is equal to o.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string