Class OpenLineageParentRunFacetRoot
java.lang.Object
org.odpi.openmetadata.frameworks.integration.openlineage.OpenLineageParentRunFacetRoot
This class represents the root run and job of a nested hierarchy of runs.
It is part of the OpenLineage spec.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.getJob()Return the root job of the hierarchy.getRun()Return the root run of the hierarchy.inthashCode()Return hash code based on properties.voidSet up the root job of the hierarchy.voidSet up the root run of the hierarchy.toString()Standard toString method.
-
Constructor Details
-
OpenLineageParentRunFacetRoot
public OpenLineageParentRunFacetRoot()Default constructor
-
-
Method Details
-
getRun
Return the root run of the hierarchy.- Returns:
- bean
-
setRun
Set up the root run of the hierarchy.- Parameters:
run- bean
-
getJob
Return the root job of the hierarchy.- Returns:
- bean
-
setJob
Set up the root job of the hierarchy.- Parameters:
job- bean
-
toString
Standard toString method. -
equals
Compare the values of the supplied object with those stored in the current object. -
hashCode
public int hashCode()Return hash code based on properties.
-