Class DataQualityMetricValues

    • Method Detail

      • actualValue

        public final Double actualValue()

        The actual value of the data quality metric.

        Returns:
        The actual value of the data quality metric.
      • expectedValue

        public final Double expectedValue()

        The expected value of the data quality metric according to the analysis of historical data.

        Returns:
        The expected value of the data quality metric according to the analysis of historical data.
      • lowerLimit

        public final Double lowerLimit()

        The lower limit of the data quality metric value according to the analysis of historical data.

        Returns:
        The lower limit of the data quality metric value according to the analysis of historical data.
      • upperLimit

        public final Double upperLimit()

        The upper limit of the data quality metric value according to the analysis of historical data.

        Returns:
        The upper limit of the data quality metric value according to the analysis of historical data.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)