Class OpenLineageLineageFieldEntry
java.lang.Object
org.odpi.openmetadata.frameworks.integration.openlineage.OpenLineageLineageFieldEntry
This class represents the source inputs that feed a single target field in the lineage facets.
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.Return the source entities and/or fields that feed into this target field.inthashCode()Return hash code based on properties.voidsetInputs(List<OpenLineageLineageInput> inputs) Set up the source entities and/or fields that feed into this target field.toString()Standard toString method.
-
Constructor Details
-
OpenLineageLineageFieldEntry
public OpenLineageLineageFieldEntry()Default constructor
-
-
Method Details
-
getInputs
Return the source entities and/or fields that feed into this target field.- Returns:
- list
-
setInputs
Set up the source entities and/or fields that feed into this target field.- Parameters:
inputs- 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.
-