Class ListFunctionsResponse
- java.lang.Object
-
- com.databricks.sdk.service.catalog.ListFunctionsResponse
-
@Generated public class ListFunctionsResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description ListFunctionsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Collection<FunctionInfo>getFunctions()inthashCode()ListFunctionsResponsesetFunctions(Collection<FunctionInfo> functions)StringtoString()
-
-
-
Method Detail
-
setFunctions
public ListFunctionsResponse setFunctions(Collection<FunctionInfo> functions)
-
getFunctions
public Collection<FunctionInfo> getFunctions()
-
-