Class FinalizeModelVersionRequestBody
java.lang.Object
org.odpi.openmetadata.adapters.connectors.unitycatalog.resource.rest.FinalizeModelVersionRequestBody
Payload for finalizing a model version - maps to FinalizeModelVersion.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.Return the full name of the registered model to finalize.longReturn the version number of the version to finalize.inthashCode()Return hash code based on properties.voidsetFull_name(String full_name) Set up the full name of the registered model to finalize.voidsetVersion(long version) Set up the version number of the version to finalize.toString()Standard toString method.
-
Constructor Details
-
FinalizeModelVersionRequestBody
public FinalizeModelVersionRequestBody()Constructor
-
-
Method Details
-
getFull_name
Return the full name of the registered model to finalize.- Returns:
- string
-
setFull_name
Set up the full name of the registered model to finalize.- Parameters:
full_name- string
-
getVersion
public long getVersion()Return the version number of the version to finalize.- Returns:
- long
-
setVersion
public void setVersion(long version) Set up the version number of the version to finalize.- Parameters:
version- long
-
toString
Standard toString method. -
equals
Compare the values of the supplied object with those stored in the current object. -
hashCode
public int hashCode()Return hash code based on properties.
-