Class OpenLineageJobDependenciesRunFacetJobIdentifier
java.lang.Object
org.odpi.openmetadata.frameworks.integration.openlineage.OpenLineageJobDependenciesRunFacetJobIdentifier
This class represents the identity of a job 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.getName()Return the unique name of the job within that namespace.Return the namespace containing the job.inthashCode()Return hash code based on properties.voidSet up the unique name of the job within that namespace.voidsetNamespace(String namespace) Set up the namespace containing the job.toString()Standard toString method.
-
Constructor Details
-
OpenLineageJobDependenciesRunFacetJobIdentifier
public OpenLineageJobDependenciesRunFacetJobIdentifier()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 of the job within that namespace.- Returns:
- string
-
setName
Set up the unique name of the job within that namespace.- Parameters:
name- string
-
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.
-