Class OpenLineageParentRunFacetRun
- java.lang.Object
-
- org.odpi.openmetadata.integrationservices.lineage.properties.OpenLineageParentRunFacetRun
-
public class OpenLineageParentRunFacetRun extends Object
This class represents the UUID of the parent job.
-
-
Constructor Summary
Constructors Constructor Description OpenLineageParentRunFacetRun()Default constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object objectToCompare)Compare the values of the supplied object with those stored in the current object.UUIDgetRunId()Return the unique identifier of the parent job run.inthashCode()Return hash code based on properties.voidsetRunId(UUID runId)Set up the unique identifier of the parent job run.StringtoString()Standard toString method.
-
-
-
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.
-
equals
public boolean equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
-
-