Class OpenLineageParentRunFacetJob
java.lang.Object
org.odpi.openmetadata.integrationservices.lineage.properties.OpenLineageParentRunFacetJob
This class represents the content of the parent open lineage job. It is used internally in Egeria to pass this information
to the Lineage Integrator OMIS's integration connectors.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Compare the values of the supplied object with those stored in the current object.getName()
Return the name of the job.Return the namespace for the job.int
hashCode()
Return hash code based on properties.void
Set up the name of the job.void
setNamespace
(String namespace) Set up the namespace for the job.toString()
Standard toString method.
-
Constructor Details
-
OpenLineageParentRunFacetJob
public OpenLineageParentRunFacetJob()Default constructor
-
-
Method Details
-
getNamespace
Return the namespace for the job.- Returns:
- string name
-
setNamespace
Set up the namespace for the job.- Parameters:
namespace
- string name
-
getName
Return the name of the job.- Returns:
- string name
-
setName
Set up the name of the job.- Parameters:
name
- string name
-
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.
-