Package io.unitycatalog.client.model
Class FunctionDependency
java.lang.Object
io.unitycatalog.client.model.FunctionDependency
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.5.0")
public class FunctionDependency
extends Object
A function that is dependent on a SQL object.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this FunctionDependency object is equal to o.functionFullName(String functionFullName) Full name of the dependent function, in the form of __catalog_name__.__schema_name__.__function_name__.inthashCode()voidsetFunctionFullName(String functionFullName) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_FUNCTION_FULL_NAME
- See Also:
-
-
Constructor Details
-
FunctionDependency
public FunctionDependency()
-
-
Method Details
-
functionFullName
-
getFunctionFullName
Full name of the dependent function, in the form of __catalog_name__.__schema_name__.__function_name__.- Returns:
- functionFullName
-
setFunctionFullName
-
equals
Return true if this FunctionDependency object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-