Class CreateFunctionRequestBody
java.lang.Object
org.odpi.openmetadata.adapters.connectors.unitycatalog.resource.rest.CreateFunctionRequestBody
Payload for creating a function - maps to CreatFunctionRequest.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.Return the properties of the function to create.inthashCode()Return hash code based on properties.voidsetFunction_info(FunctionProperties function_info) Set up the properties of the function to create.toString()Standard toString method. 
- 
Constructor Details
- 
CreateFunctionRequestBody
public CreateFunctionRequestBody()Constructor 
 - 
 - 
Method Details
- 
getFunction_info
Return the properties of the function to create.- Returns:
 - properties
 
 - 
setFunction_info
Set up the properties of the function to create.- Parameters:
 function_info- properties
 - 
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. 
 -