Class SensorStatisticsSummary

    • Method Detail

      • componentName

        public final String componentName()

        Name of the component to which the particular sensor belongs for which the statistics belong to.

        Returns:
        Name of the component to which the particular sensor belongs for which the statistics belong to.
      • sensorName

        public final String sensorName()

        Name of the sensor that the statistics belong to.

        Returns:
        Name of the sensor that the statistics belong to.
      • dataExists

        public final Boolean dataExists()

        Parameter that indicates whether data exists for the sensor that the statistics belong to.

        Returns:
        Parameter that indicates whether data exists for the sensor that the statistics belong to.
      • missingValues

        public final CountPercent missingValues()

        Parameter that describes the total number of, and percentage of, values that are missing for the sensor that the statistics belong to.

        Returns:
        Parameter that describes the total number of, and percentage of, values that are missing for the sensor that the statistics belong to.
      • invalidValues

        public final CountPercent invalidValues()

        Parameter that describes the total number of, and percentage of, values that are invalid for the sensor that the statistics belong to.

        Returns:
        Parameter that describes the total number of, and percentage of, values that are invalid for the sensor that the statistics belong to.
      • invalidDateEntries

        public final CountPercent invalidDateEntries()

        Parameter that describes the total number of invalid date entries associated with the sensor that the statistics belong to.

        Returns:
        Parameter that describes the total number of invalid date entries associated with the sensor that the statistics belong to.
      • duplicateTimestamps

        public final CountPercent duplicateTimestamps()

        Parameter that describes the total number of duplicate timestamp records associated with the sensor that the statistics belong to.

        Returns:
        Parameter that describes the total number of duplicate timestamp records associated with the sensor that the statistics belong to.
      • categoricalValues

        public final CategoricalValues categoricalValues()

        Parameter that describes potential risk about whether data associated with the sensor is categorical.

        Returns:
        Parameter that describes potential risk about whether data associated with the sensor is categorical.
      • multipleOperatingModes

        public final MultipleOperatingModes multipleOperatingModes()

        Parameter that describes potential risk about whether data associated with the sensor has more than one operating mode.

        Returns:
        Parameter that describes potential risk about whether data associated with the sensor has more than one operating mode.
      • largeTimestampGaps

        public final LargeTimestampGaps largeTimestampGaps()

        Parameter that describes potential risk about whether data associated with the sensor contains one or more large gaps between consecutive timestamps.

        Returns:
        Parameter that describes potential risk about whether data associated with the sensor contains one or more large gaps between consecutive timestamps.
      • monotonicValues

        public final MonotonicValues monotonicValues()

        Parameter that describes potential risk about whether data associated with the sensor is mostly monotonic.

        Returns:
        Parameter that describes potential risk about whether data associated with the sensor is mostly monotonic.
      • dataStartTime

        public final Instant dataStartTime()

        Indicates the time reference to indicate the beginning of valid data associated with the sensor that the statistics belong to.

        Returns:
        Indicates the time reference to indicate the beginning of valid data associated with the sensor that the statistics belong to.
      • dataEndTime

        public final Instant dataEndTime()

        Indicates the time reference to indicate the end of valid data associated with the sensor that the statistics belong to.

        Returns:
        Indicates the time reference to indicate the end of valid data associated with the sensor that the statistics belong to.
      • 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)