Package io.unitycatalog.client.model
Class UpdateModelVersion
java.lang.Object
io.unitycatalog.client.model.UpdateModelVersion
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.5.0")
public class UpdateModelVersion
extends Object
UpdateModelVersion
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this UpdateModelVersion object is equal to o.User-provided free-form text description.The full name of the registered model to update.Version number of the version to update.inthashCode()voidsetComment(String comment) voidsetFullName(String fullName) voidsetVersion(Long version) 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_VERSION
- See Also:
-
JSON_PROPERTY_COMMENT
- See Also:
-
-
Constructor Details
-
UpdateModelVersion
public UpdateModelVersion()
-
-
Method Details
-
fullName
-
getFullName
The full name of the registered model to update.- Returns:
- fullName
-
setFullName
-
version
-
getVersion
Version number of the version to update.- Returns:
- version
-
setVersion
-
comment
-
getComment
User-provided free-form text description.- Returns:
- comment
-
setComment
-
equals
Return true if this UpdateModelVersion 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
-