Class DataQualitySummary

    • Method Detail

      • insufficientSensorData

        public final InsufficientSensorData insufficientSensorData()

        Parameter that gives information about insufficient data for sensors in the dataset. This includes information about those sensors that have complete data missing and those with a short date range.

        Returns:
        Parameter that gives information about insufficient data for sensors in the dataset. This includes information about those sensors that have complete data missing and those with a short date range.
      • missingSensorData

        public final MissingSensorData missingSensorData()

        Parameter that gives information about data that is missing over all the sensors in the input data.

        Returns:
        Parameter that gives information about data that is missing over all the sensors in the input data.
      • invalidSensorData

        public final InvalidSensorData invalidSensorData()

        Parameter that gives information about data that is invalid over all the sensors in the input data.

        Returns:
        Parameter that gives information about data that is invalid over all the sensors in the input data.
      • unsupportedTimestamps

        public final UnsupportedTimestamps unsupportedTimestamps()

        Parameter that gives information about unsupported timestamps in the input data.

        Returns:
        Parameter that gives information about unsupported timestamps in the input data.
      • duplicateTimestamps

        public final DuplicateTimestamps duplicateTimestamps()

        Parameter that gives information about duplicate timestamps in the input data.

        Returns:
        Parameter that gives information about duplicate timestamps in the input 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)