Class OpenLineageParentRunFacetJob
java.lang.Object
org.odpi.openmetadata.frameworks.integration.openlineage.OpenLineageParentRunFacetJob
This class represents the identity of a parent (or root) job 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 job, forwarded here for convenience.getName()Return the unique name for the job within that namespace.Return the namespace containing the job.inthashCode()Return hash code based on properties.voidSet up the selected subset of facets of the job, forwarded here for convenience.voidSet up the unique name for the job within that namespace.voidsetNamespace(String namespace) Set up the namespace containing the job.toString()Standard toString method.
-
Constructor Details
-
OpenLineageParentRunFacetJob
public OpenLineageParentRunFacetJob()Default constructor
-
-
Method Details
-
getNamespace
Return the namespace containing the job.- Returns:
- string
-
setNamespace
Set up the namespace containing the job.- Parameters:
namespace- string
-
getName
Return the unique name for the job within that namespace.- Returns:
- string
-
setName
Set up the unique name for the job within that namespace.- Parameters:
name- string
-
getFacets
Return the selected subset of facets of the job, forwarded here for convenience.- Returns:
- map
-
setFacets
Set up the selected subset of facets of the job, 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.
-