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

public class CreateFunctionRequestBody extends Object
Payload for creating a function - maps to CreatFunctionRequest.
  • Constructor Details

    • CreateFunctionRequestBody

      public CreateFunctionRequestBody()
      Constructor
  • Method Details

    • getFunction_info

      public FunctionProperties getFunction_info()
      Return the properties of the function to create.
      Returns:
      properties
    • setFunction_info

      public void setFunction_info(FunctionProperties function_info)
      Set up the properties of the function to create.
      Parameters:
      function_info - properties
    • 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