Class OpenLineageJobDependenciesRunFacetRunIdentifier
java.lang.Object
org.odpi.openmetadata.frameworks.integration.openlineage.OpenLineageJobDependenciesRunFacetRunIdentifier
This class represents the identity of a run referenced by the jobDependencies 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.getRunId()Return the globally unique ID of the run.inthashCode()Return hash code based on properties.voidSet up the globally unique ID of the run.toString()Standard toString method.
-
Constructor Details
-
OpenLineageJobDependenciesRunFacetRunIdentifier
public OpenLineageJobDependenciesRunFacetRunIdentifier()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
-
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.
-