Class OpenLineageParentRunFacetRun


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

      • OpenLineageParentRunFacetRun

        public OpenLineageParentRunFacetRun()
        Default constructor
    • Method Detail

      • 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 has code based on properties.
        Overrides:
        hashCode in class Object
        Returns:
        int