Class UpdateRegisteredModel

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

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

  • Constructor Details

    • UpdateRegisteredModel

      public UpdateRegisteredModel()
  • Method Details

    • fullName

      public UpdateRegisteredModel fullName(String fullName)
    • getFullName

      @Nullable public String getFullName()
      The full name of the registered model to update.
      Returns:
      fullName
    • setFullName

      public void setFullName(String fullName)
    • comment

      public UpdateRegisteredModel comment(String comment)
    • getComment

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

      public void setComment(String comment)
    • newName

      public UpdateRegisteredModel newName(String newName)
    • getNewName

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

      public void setNewName(String newName)
    • equals

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