Package io.unitycatalog.client.model
Class FinalizeModelVersion
java.lang.Object
io.unitycatalog.client.model.FinalizeModelVersion
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.5.0")
public class FinalizeModelVersion
extends Object
FinalizeModelVersion
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this FinalizeModelVersion object is equal to o.The full name of the registered model to finalize.Version number of the version to finalize.inthashCode()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:
-
-
Constructor Details
-
FinalizeModelVersion
public FinalizeModelVersion()
-
-
Method Details
-
fullName
-
getFullName
The full name of the registered model to finalize.- Returns:
- fullName
-
setFullName
-
version
-
getVersion
Version number of the version to finalize.- Returns:
- version
-
setVersion
-
equals
Return true if this FinalizeModelVersion 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
-