Class OpenLineageSymlinksDataSetFacet
java.lang.Object
org.odpi.openmetadata.frameworks.integration.openlineage.OpenLineageFacet
org.odpi.openmetadata.frameworks.integration.openlineage.OpenLineageDataSetFacet
org.odpi.openmetadata.frameworks.integration.openlineage.OpenLineageSymlinksDataSetFacet
This class represents the symlinks dataset facet. It lists alternative identifiers for the dataset, for example the table name of a dataset identified by its storage location.
It follows the OpenLineage facet spec https://openlineage.io/spec/facets/1-0-1/SymlinksDatasetFacet.json#/$defs/SymlinksDatasetFacet.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.Return the alternative identifiers for the dataset.inthashCode()Return hash code based on properties.voidsetIdentifiers(List<OpenLineageSymlinksDataSetFacetIdentifier> identifiers) Set up the alternative identifiers for the dataset.toString()Standard toString method.Methods inherited from class org.odpi.openmetadata.frameworks.integration.openlineage.OpenLineageDataSetFacet
get_deleted, set_deletedMethods inherited from class org.odpi.openmetadata.frameworks.integration.openlineage.OpenLineageFacet
get_producer, get_schemaURL, getAdditionalProperties, set_producer, set_schemaURL, setAdditionalProperties, setAdditionalProperty
-
Constructor Details
-
OpenLineageSymlinksDataSetFacet
public OpenLineageSymlinksDataSetFacet()Default constructor
-
-
Method Details
-
getIdentifiers
Return the alternative identifiers for the dataset.- Returns:
- list
-
setIdentifiers
Set up the alternative identifiers for the dataset.- Parameters:
identifiers- list
-
toString
Standard toString method.- Overrides:
toStringin classOpenLineageDataSetFacet- Returns:
- print out of variables in a JSON-style
-
equals
Compare the values of the supplied object with those stored in the current object.- Overrides:
equalsin classOpenLineageDataSetFacet- Parameters:
objectToCompare- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Return hash code based on properties.- Overrides:
hashCodein classOpenLineageDataSetFacet- Returns:
- int
-