Class OpenLineageParentRunFacetRun
java.lang.Object
org.odpi.openmetadata.integrationservices.lineage.properties.OpenLineageParentRunFacetRun
This class represents the UUID of the parent job.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Compare the values of the supplied object with those stored in the current object.getRunId()
Return the unique identifier of the parent job run.int
hashCode()
Return hash code based on properties.void
Set up the unique identifier of the parent job run.toString()
Standard toString method.
-
Constructor Details
-
OpenLineageParentRunFacetRun
public OpenLineageParentRunFacetRun()Default constructor
-
-
Method Details
-
getRunId
Return the unique identifier of the parent job run.- Returns:
- uuid
-
setRunId
Set up the unique identifier of the parent job 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.
-