Class OpenLineageParentRunFacetJob
- java.lang.Object
-
- org.odpi.openmetadata.integrationservices.lineage.properties.OpenLineageParentRunFacetJob
-
public class OpenLineageParentRunFacetJob extends Object
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
Constructors Constructor Description OpenLineageParentRunFacetJob()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.StringgetName()Return the name of the job.StringgetNamespace()Return the namespace for the job.inthashCode()Return has code based on properties.voidsetName(String name)Set up the name of the job.voidsetNamespace(String namespace)Set up the namespace for the job.StringtoString()Standard toString method.
-
-
-
Method Detail
-
getNamespace
public String getNamespace()
Return the namespace for the job.- Returns:
- string name
-
setNamespace
public void setNamespace(String namespace)
Set up the namespace for the job.- Parameters:
namespace- string name
-
getName
public String getName()
Return the name of the job.- Returns:
- string name
-
setName
public void setName(String name)
Set up the name of the job.- Parameters:
name- string name
-
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.
-
-