Class OpenLineageParentRunFacetRun

java.lang.Object
org.odpi.openmetadata.integrationservices.lineage.properties.OpenLineageParentRunFacetRun

public class OpenLineageParentRunFacetRun extends Object
This class represents the UUID of the parent job.
  • Constructor Details

    • OpenLineageParentRunFacetRun

      public OpenLineageParentRunFacetRun()
      Default constructor
  • Method Details

    • getRunId

      public UUID getRunId()
      Return the unique identifier of the parent job run.
      Returns:
      uuid
    • setRunId

      public void setRunId(UUID runId)
      Set up the unique identifier of the parent job run.
      Parameters:
      runId - uuid
    • 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