Package io.unitycatalog.client.model
Class Dependency
java.lang.Object
io.unitycatalog.client.model.Dependency
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.5.0")
public class Dependency
extends Object
A dependency of a SQL object. Either the __table__ field or the __function__ field must be defined.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this Dependency object is equal to o.function(FunctionDependency function) Get functiongetTable()Get tableinthashCode()voidsetFunction(FunctionDependency function) voidsetTable(TableDependency table) table(TableDependency table) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_TABLE
- See Also:
-
JSON_PROPERTY_FUNCTION
- See Also:
-
-
Constructor Details
-
Dependency
public Dependency()
-
-
Method Details
-
table
-
getTable
Get table- Returns:
- table
-
setTable
-
function
-
getFunction
Get function- Returns:
- function
-
setFunction
-
equals
Return true if this Dependency 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
-