Class OpenLineageColumnLineageDataSetFacetField

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

public class OpenLineageColumnLineageDataSetFacetField extends Object
This class represents the input fields (and transformation) that produce a single output field in the columnLineage dataset facet. It is part of the OpenLineage spec.
  • Constructor Details

    • OpenLineageColumnLineageDataSetFacetField

      public OpenLineageColumnLineageDataSetFacetField()
      Default constructor
  • Method Details

    • getInputFields

      Return the input fields used to evaluate the output field.
      Returns:
      list
    • setInputFields

      public void setInputFields(List<OpenLineageColumnLineageDataSetFacetInputField> inputFields)
      Set up the input fields used to evaluate the output field.
      Parameters:
      inputFields - list
    • getTransformationDescription

      public String getTransformationDescription()
      Return the string representation of the transformation applied (deprecated in favour of per-input transformations).
      Returns:
      string
    • setTransformationDescription

      public void setTransformationDescription(String transformationDescription)
      Set up the string representation of the transformation applied (deprecated in favour of per-input transformations).
      Parameters:
      transformationDescription - string
    • getTransformationType

      public String getTransformationType()
      Return the type of the transformation: IDENTITY or MASKED (deprecated in favour of per-input transformations).
      Returns:
      string
    • setTransformationType

      public void setTransformationType(String transformationType)
      Set up the type of the transformation: IDENTITY or MASKED (deprecated in favour of per-input transformations).
      Parameters:
      transformationType - string
    • 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