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 Details

  • Constructor Details

    • Dependency

      public Dependency()
  • Method Details

    • table

      public Dependency table(TableDependency table)
    • getTable

      @Nullable public TableDependency getTable()
      Get table
      Returns:
      table
    • setTable

      public void setTable(TableDependency table)
    • function

      public Dependency function(FunctionDependency function)
    • getFunction

      @Nullable public FunctionDependency getFunction()
      Get function
      Returns:
      function
    • setFunction

      public void setFunction(FunctionDependency function)
    • equals

      public boolean equals(Object o)
      Return true if this Dependency object is equal to o.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string