Class OpenLineageParentRunFacetRoot

java.lang.Object
org.odpi.openmetadata.frameworks.integration.openlineage.OpenLineageParentRunFacetRoot

public class OpenLineageParentRunFacetRoot extends Object
This class represents the root run and job of a nested hierarchy of runs. It is part of the OpenLineage spec.
  • Constructor Details

    • OpenLineageParentRunFacetRoot

      public OpenLineageParentRunFacetRoot()
      Default constructor
  • Method Details

    • getRun

      Return the root run of the hierarchy.
      Returns:
      bean
    • setRun

      public void setRun(OpenLineageParentRunFacetRun run)
      Set up the root run of the hierarchy.
      Parameters:
      run - bean
    • getJob

      Return the root job of the hierarchy.
      Returns:
      bean
    • setJob

      public void setJob(OpenLineageParentRunFacetJob job)
      Set up the root job of the hierarchy.
      Parameters:
      job - bean
    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class Object
      Returns:
      print out of variables in a JSON-style
    • equals

      public boolean equals(Object objectToCompare)
      Compare the values of the supplied object with those stored in the current object.
      Overrides:
      equals in class Object
      Parameters:
      objectToCompare - supplied object
      Returns:
      boolean result of comparison
    • hashCode

      public int hashCode()
      Return hash code based on properties.
      Overrides:
      hashCode in class Object
      Returns:
      int