Package io.unitycatalog.client.model
Class TableDependency
java.lang.Object
io.unitycatalog.client.model.TableDependency
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.5.0")
public class TableDependency
extends Object
A table that is dependent on a SQL object.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this TableDependency object is equal to o.Full name of the dependent table, in the form of __catalog_name__.__schema_name__.__table_name__.inthashCode()voidsetTableFullName(String tableFullName) tableFullName(String tableFullName) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_TABLE_FULL_NAME
- See Also:
-
-
Constructor Details
-
TableDependency
public TableDependency()
-
-
Method Details
-
tableFullName
-
getTableFullName
Full name of the dependent table, in the form of __catalog_name__.__schema_name__.__table_name__.- Returns:
- tableFullName
-
setTableFullName
-
equals
Return true if this TableDependency 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
-