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 Details

    • OpenLineageParentRunFacetJob

      public OpenLineageParentRunFacetJob()
      Default constructor
  • Method Details

    • 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.
      Overrides:
      toString in class Object
      Returns:
      print out of variables in a JSON-style
    • equals

      public boolean equals(Object objectToCompare)
      Compare the values of the supplied object with those stored in the current object.
      Overrides:
      equals in class Object
      Parameters:
      objectToCompare - supplied object
      Returns:
      boolean result of comparison
    • hashCode

      public int hashCode()
      Return hash code based on properties.
      Overrides:
      hashCode in class Object
      Returns:
      int