Class OpenLineageDocumentationDataSetFacet
- java.lang.Object
-
- org.odpi.openmetadata.integrationservices.lineage.properties.OpenLineageFacet
-
- org.odpi.openmetadata.integrationservices.lineage.properties.OpenLineageDataSetFacet
-
- org.odpi.openmetadata.integrationservices.lineage.properties.OpenLineageDocumentationDataSetFacet
-
public class OpenLineageDocumentationDataSetFacet extends OpenLineageDataSetFacet
This class represents the content of an open lineage documentation data set facet as defined in JSON spec https://openlineage.io/spec/facets/1-0-0/DocumentationDatasetFacet.json#/$defs/DocumentationDatasetFacet. It is used internally in Egeria to pass this information to the Lineage Integrator OMIS's integration connectors.
-
-
Constructor Summary
Constructors Constructor Description OpenLineageDocumentationDataSetFacet()Default constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object objectToCompare)Compare the values of the supplied object with those stored in the current object.StringgetDescription()Return the description of the data set.inthashCode()Return has code based on properties.voidsetDescription(String description)Set up the description for the data set.StringtoString()Standard toString method.-
Methods inherited from class org.odpi.openmetadata.integrationservices.lineage.properties.OpenLineageFacet
get_producer, get_schemaURL, getAdditionalProperties, set_producer, set_schemaURL, setAdditionalProperties
-
-
-
-
Method Detail
-
getDescription
public String getDescription()
Return the description of the data set.- Returns:
- string description
-
setDescription
public void setDescription(String description)
Set up the description for the data set.- Parameters:
description- string name
-
toString
public String toString()
Standard toString method.- Overrides:
toStringin classOpenLineageDataSetFacet- 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:
equalsin classOpenLineageFacet- Parameters:
objectToCompare- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()
Return has code based on properties.- Overrides:
hashCodein classOpenLineageFacet- Returns:
- int
-
-