Class OpenLineageOutputDataSetOutputFacets
java.lang.Object
org.odpi.openmetadata.integrationservices.lineage.properties.OpenLineageOutputDataSetOutputFacets
This class represents the map of output facets in the open lineage standard spec
https://github.com/OpenLineage/OpenLineage/blob/main/spec/OpenLineage.json.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Compare the values of the supplied object with those stored in the current object.Return a map of additional output facets.Return statistics facet.int
hashCode()
Return hash code based on properties.void
setAdditionalProperties
(Map<String, OpenLineageOutputDataSetOutputFacet> additionalProperties) Set up a map of additional custom facets.void
setOutputStatistics
(OpenLineageOutputStatisticsOutputDataSetFacet outputStatistics) Set up statistics facet.toString()
Standard toString method.
-
Constructor Details
-
OpenLineageOutputDataSetOutputFacets
public OpenLineageOutputDataSetOutputFacets()Default constructor
-
-
Method Details
-
getOutputStatistics
Return statistics facet.- Returns:
- facet
-
setOutputStatistics
Set up statistics facet.- Parameters:
outputStatistics
- facet
-
getAdditionalProperties
Return a map of additional output facets. The name is the identifier of the facet type and the object is the facet itself.- Returns:
- output facet map (map from string to object)
-
setAdditionalProperties
public void setAdditionalProperties(Map<String, OpenLineageOutputDataSetOutputFacet> additionalProperties) Set up a map of additional custom facets. The name is the identifier of the facet type and the object is the facet itself.- Parameters:
additionalProperties
- output facet map (map from string to object)
-
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.
-