Class FunctionParameterInfos
java.lang.Object
org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.FunctionParameterInfos
Parameter list
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Compare the values of the supplied object with those stored in the current object.Return the parameter list.int
hashCode()
Return hash code based on properties.void
setParameters
(List<FunctionParameterInfo> parameters) Set up the parameter listtoString()
Standard toString method.
-
Constructor Details
-
FunctionParameterInfos
public FunctionParameterInfos()Constructor
-
-
Method Details
-
getParameters
Return the parameter list.- Returns:
- list
-
setParameters
Set up the parameter list- Parameters:
parameters
- list
-
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.
-