Class OpenLineageLineageFieldEntry

java.lang.Object
org.odpi.openmetadata.frameworks.integration.openlineage.OpenLineageLineageFieldEntry

public class OpenLineageLineageFieldEntry extends Object
This class represents the source inputs that feed a single target field in the lineage facets. It is part of the OpenLineage spec.
  • Constructor Details

    • OpenLineageLineageFieldEntry

      public OpenLineageLineageFieldEntry()
      Default constructor
  • Method Details

    • getInputs

      public List<OpenLineageLineageInput> getInputs()
      Return the source entities and/or fields that feed into this target field.
      Returns:
      list
    • setInputs

      public void setInputs(List<OpenLineageLineageInput> inputs)
      Set up the source entities and/or fields that feed into this target field.
      Parameters:
      inputs - list
    • 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