Class OpenLineageColumnLineageDataSetFacetInputField

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

public class OpenLineageColumnLineageDataSetFacetInputField extends Object
This class represents an input field that contributes to an output field in the columnLineage dataset facet. It is part of the OpenLineage spec.
  • Constructor Details

    • OpenLineageColumnLineageDataSetFacetInputField

      public OpenLineageColumnLineageDataSetFacetInputField()
      Default constructor
  • Method Details

    • getNamespace

      public String getNamespace()
      Return the namespace of the input dataset.
      Returns:
      string
    • setNamespace

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

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

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

      public String getField()
      Return the name of the input field.
      Returns:
      string
    • setField

      public void setField(String field)
      Set up the name of the input field.
      Parameters:
      field - string
    • getTransformations

      Return the transformations applied to the input field.
      Returns:
      list
    • setTransformations

      public void setTransformations(List<OpenLineageColumnLineageDataSetFacetTransformation> transformations)
      Set up the transformations applied to the input field.
      Parameters:
      transformations - 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