Class CreateCatalog

java.lang.Object
io.unitycatalog.client.model.CreateCatalog

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.5.0") public class CreateCatalog extends Object
CreateCatalog
  • Field Details

  • Constructor Details

    • CreateCatalog

      public CreateCatalog()
  • Method Details

    • name

      public CreateCatalog name(String name)
    • getName

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

      public void setName(String name)
    • comment

      public CreateCatalog comment(String comment)
    • getComment

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

      public void setComment(String comment)
    • properties

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

      public CreateCatalog 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)
    • equals

      public boolean equals(Object o)
      Return true if this CreateCatalog 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