Class UpdateCatalog

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

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

  • Constructor Details

    • UpdateCatalog

      public UpdateCatalog()
  • Method Details

    • comment

      public UpdateCatalog comment(String comment)
    • getComment

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

      public void setComment(String comment)
    • properties

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

      public UpdateCatalog 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)
    • newName

      public UpdateCatalog newName(String newName)
    • getNewName

      @Nullable public String getNewName()
      New name for the catalog.
      Returns:
      newName
    • setNewName

      public void setNewName(String newName)
    • equals

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