Class OpenLineageInputDataSet

java.lang.Object
org.odpi.openmetadata.integrationservices.lineage.properties.OpenLineageInputDataSet

public class OpenLineageInputDataSet extends Object
This class represents the content of an open lineage input data set as defined in JSON spec https://github.com/OpenLineage/OpenLineage/blob/main/spec/OpenLineage.json. It is used internally in Egeria to pass this information to the Lineage Integrator OMIS's integration connectors.
  • Constructor Details

    • OpenLineageInputDataSet

      public OpenLineageInputDataSet()
      Default constructor
  • Method Details

    • getNamespace

      public String getNamespace()
      Return the namespace for the input.
      Returns:
      string name
    • setNamespace

      public void setNamespace(String namespace)
      Set up the namespace for the input.
      Parameters:
      namespace - string name
    • getName

      public String getName()
      Return the name of the input.
      Returns:
      string name
    • setName

      public void setName(String name)
      Set up the name of the input.
      Parameters:
      name - string name
    • getFacets

      public OpenLineageDataSetFacets getFacets()
      Return the map of data set facets (if any).
      Returns:
      data set facets containing facet map
    • setFacets

      public void setFacets(OpenLineageDataSetFacets facets)
      Set up the map of data set facets (if any).
      Parameters:
      facets - data set facets containing facet map
    • getInputFacets

      public OpenLineageInputDataSetInputFacets getInputFacets()
      Return the map of input facets (if any).
      Returns:
      input facets
    • setInputFacets

      public void setInputFacets(OpenLineageInputDataSetInputFacets inputFacets)
      Set up the map of input facets (if any).
      Parameters:
      inputFacets - input facets
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
      Return a map of additional custom facets. The name is the identifier of the facet type and the object is the facet itself.
      Returns:
      custom facet map (map from string to object)
    • setAdditionalProperties

      public void setAdditionalProperties(Map<String,Object> additionalProperties)
      Set up a map of additional custom facets. The name is the identifier of the facet type and the object is the facet itself.
      Parameters:
      additionalProperties - custom facet map (map from string to object)
    • 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