Class OpenLineageDataQualityMetricsInputDataSetFacetColumnMetricsAdditionalQuantiles
java.lang.Object
org.odpi.openmetadata.frameworks.integration.openlineage.OpenLineageDataQualityMetricsInputDataSetFacetColumnMetricsAdditionalQuantiles
public class OpenLineageDataQualityMetricsInputDataSetFacetColumnMetricsAdditionalQuantiles
extends Object
This class represents the map of data quality quantiles in the open lineage standard spec
https://github.com/OpenLineage/OpenLineage/blob/main/spec/OpenLineage.json.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.Return a map of quantile measurements.inthashCode()Return hash code based on properties.voidsetAdditionalProperties(Map<String, Double> additionalProperties) Set up a map of quantile measurements.toString()Standard toString method.
-
Constructor Details
-
OpenLineageDataQualityMetricsInputDataSetFacetColumnMetricsAdditionalQuantiles
public OpenLineageDataQualityMetricsInputDataSetFacetColumnMetricsAdditionalQuantiles()Default constructor
-
-
Method Details
-
getAdditionalProperties
Return a map of quantile measurements.- Returns:
- The property key is the quantile. Examples: 0.1 0.25 0.5 0.75 1
-
setAdditionalProperties
Set up a map of quantile measurements.- Parameters:
additionalProperties- The property key is the quantile. Examples: 0.1 0.25 0.5 0.75 1
-
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.
-