Class FunctionParameterInfos
java.lang.Object
org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.FunctionParameterInfos
Parameter list
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.Return the parameter list.inthashCode()Return hash code based on properties.voidsetParameters(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.
-