Class OpenLineageParentRunFacetRun
java.lang.Object
org.odpi.openmetadata.frameworks.integration.openlineage.OpenLineageParentRunFacetRun
This class represents the identity of a parent (or root) run referenced from the parent run facet.
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.Return the selected subset of facets of the run, forwarded here for convenience.getRunId()Return the globally unique ID of the run.inthashCode()Return hash code based on properties.voidSet up the selected subset of facets of the run, forwarded here for convenience.voidSet up the globally unique ID of the run.toString()Standard toString method.
-
Constructor Details
-
OpenLineageParentRunFacetRun
public OpenLineageParentRunFacetRun()Default constructor
-
-
Method Details
-
getRunId
Return the globally unique ID of the run.- Returns:
- uuid
-
setRunId
Set up the globally unique ID of the run.- Parameters:
runId- uuid
-
getFacets
Return the selected subset of facets of the run, forwarded here for convenience.- Returns:
- map
-
setFacets
Set up the selected subset of facets of the run, forwarded here for convenience.- Parameters:
facets- map
-
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.
-