Class FinalizeModelVersionRequestBody

java.lang.Object
org.odpi.openmetadata.adapters.connectors.unitycatalog.resource.rest.FinalizeModelVersionRequestBody

public class FinalizeModelVersionRequestBody extends Object
Payload for finalizing a model version - maps to FinalizeModelVersion.
  • Constructor Details

    • FinalizeModelVersionRequestBody

      public FinalizeModelVersionRequestBody()
      Constructor
  • Method Details

    • getFull_name

      public String getFull_name()
      Return the full name of the registered model to finalize.
      Returns:
      string
    • setFull_name

      public void setFull_name(String full_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

      public String toString()
      Standard toString method.
      Overrides:
      toString in class Object
      Returns:
      print out of variables in a JSON-style
    • equals

      public boolean equals(Object objectToCompare)
      Compare the values of the supplied object with those stored in the current object.
      Overrides:
      equals in class Object
      Parameters:
      objectToCompare - supplied object
      Returns:
      boolean result of comparison
    • hashCode

      public int hashCode()
      Return hash code based on properties.
      Overrides:
      hashCode in class Object
      Returns:
      int