Class OpenLineageInputDataSetInputFacets
java.lang.Object
org.odpi.openmetadata.integrationservices.lineage.properties.OpenLineageInputDataSetInputFacets
This class represents the map of input 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 input facets.Return data quality assertions facet.Return the data quality metrics facet.int
hashCode()
Return hash code based on properties.void
setAdditionalProperties
(Map<String, OpenLineageInputDataSetInputFacet> additionalProperties) Set up a map of additional input facets.void
setDataQualityAssertions
(OpenLineageDataQualityAssertionsInputDataSetFacet dataQualityAssertions) Set up the data quality assertions facet.void
setDataQualityMetrics
(OpenLineageDataQualityMetricsInputDataSetFacet dataQualityMetrics) Set up the data quality metrics facet.toString()
Standard toString method.
-
Constructor Details
-
OpenLineageInputDataSetInputFacets
public OpenLineageInputDataSetInputFacets()Default constructor
-
-
Method Details
-
getDataQualityAssertions
Return data quality assertions facet.- Returns:
- facet
-
setDataQualityAssertions
public void setDataQualityAssertions(OpenLineageDataQualityAssertionsInputDataSetFacet dataQualityAssertions) Set up the data quality assertions facet.- Parameters:
dataQualityAssertions
- facet
-
getDataQualityMetrics
Return the data quality metrics facet.- Returns:
- facet
-
setDataQualityMetrics
public void setDataQualityMetrics(OpenLineageDataQualityMetricsInputDataSetFacet dataQualityMetrics) Set up the data quality metrics facet.- Parameters:
dataQualityMetrics
- facet
-
getAdditionalProperties
Return a map of additional input facets. The name is the identifier of the facet type and the object is the facet itself.- Returns:
- input facet map (map from string to object)
-
setAdditionalProperties
public void setAdditionalProperties(Map<String, OpenLineageInputDataSetInputFacet> additionalProperties) Set up a map of additional input facets. The name is the identifier of the facet type and the object is the facet itself.- Parameters:
additionalProperties
- input 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.
-