Class OpenLineageColumnLineageDataSetFacetInputField
java.lang.Object
org.odpi.openmetadata.frameworks.integration.openlineage.OpenLineageColumnLineageDataSetFacetInputField
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.getField()Return the name of the input field.getName()Return the name of the input dataset.Return the namespace of the input dataset.Return the transformations applied to the input field.inthashCode()Return hash code based on properties.voidSet up the name of the input field.voidSet up the name of the input dataset.voidsetNamespace(String namespace) Set up the namespace of the input dataset.voidsetTransformations(List<OpenLineageColumnLineageDataSetFacetTransformation> transformations) Set up the transformations applied to the input field.toString()Standard toString method.
-
Constructor Details
-
OpenLineageColumnLineageDataSetFacetInputField
public OpenLineageColumnLineageDataSetFacetInputField()Default constructor
-
-
Method Details
-
getNamespace
Return the namespace of the input dataset.- Returns:
- string
-
setNamespace
Set up the namespace of the input dataset.- Parameters:
namespace- string
-
getName
Return the name of the input dataset.- Returns:
- string
-
setName
Set up the name of the input dataset.- Parameters:
name- string
-
getField
Return the name of the input field.- Returns:
- string
-
setField
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
Standard toString method. -
equals
Compare the values of the supplied object with those stored in the current object. -
hashCode
public int hashCode()Return hash code based on properties.
-