Package io.unitycatalog.client.model
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this UpdateRegisteredModel object is equal to o.User-provided free-form text description.The full name of the registered model to update.New name for the model.inthashCode()voidsetComment(String comment) voidsetFullName(String fullName) voidsetNewName(String newName) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_FULL_NAME
- See Also:
-
JSON_PROPERTY_COMMENT
- See Also:
-
JSON_PROPERTY_NEW_NAME
- See Also:
-
-
Constructor Details
-
UpdateRegisteredModel
public UpdateRegisteredModel()
-
-
Method Details
-
fullName
-
getFullName
The full name of the registered model to update.- Returns:
- fullName
-
setFullName
-
comment
-
getComment
User-provided free-form text description.- Returns:
- comment
-
setComment
-
newName
-
getNewName
New name for the model.- Returns:
- newName
-
setNewName
-
equals
Return true if this UpdateRegisteredModel object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-