Class UpdateSchema

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

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

  • Constructor Details

    • UpdateSchema

      public UpdateSchema()
  • Method Details

    • comment

      public UpdateSchema comment(String comment)
    • getComment

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

      public void setComment(String comment)
    • properties

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

      public UpdateSchema 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 UpdateSchema newName(String newName)
    • getNewName

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

      public void setNewName(String newName)
    • equals

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