Interface SensorStatisticsSummary.Builder

    • Method Detail

      • componentName

        SensorStatisticsSummary.Builder componentName​(String componentName)

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

        Parameters:
        componentName - Name of the component to which the particular sensor belongs for which the statistics belong to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sensorName

        SensorStatisticsSummary.Builder sensorName​(String sensorName)

        Name of the sensor that the statistics belong to.

        Parameters:
        sensorName - Name of the sensor that the statistics belong to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataExists

        SensorStatisticsSummary.Builder dataExists​(Boolean dataExists)

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

        Parameters:
        dataExists - Parameter that indicates whether data exists for the sensor that the statistics belong to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • missingValues

        SensorStatisticsSummary.Builder missingValues​(CountPercent missingValues)

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

        Parameters:
        missingValues - Parameter that describes the total number of, and percentage of, values that are missing for the sensor that the statistics belong to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • invalidValues

        SensorStatisticsSummary.Builder invalidValues​(CountPercent invalidValues)

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

        Parameters:
        invalidValues - Parameter that describes the total number of, and percentage of, values that are invalid for the sensor that the statistics belong to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • invalidDateEntries

        SensorStatisticsSummary.Builder invalidDateEntries​(CountPercent invalidDateEntries)

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

        Parameters:
        invalidDateEntries - Parameter that describes the total number of invalid date entries associated with the sensor that the statistics belong to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • duplicateTimestamps

        SensorStatisticsSummary.Builder duplicateTimestamps​(CountPercent duplicateTimestamps)

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

        Parameters:
        duplicateTimestamps - Parameter that describes the total number of duplicate timestamp records associated with the sensor that the statistics belong to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • categoricalValues

        SensorStatisticsSummary.Builder categoricalValues​(CategoricalValues categoricalValues)

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

        Parameters:
        categoricalValues - Parameter that describes potential risk about whether data associated with the sensor is categorical.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • multipleOperatingModes

        SensorStatisticsSummary.Builder multipleOperatingModes​(MultipleOperatingModes multipleOperatingModes)

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

        Parameters:
        multipleOperatingModes - Parameter that describes potential risk about whether data associated with the sensor has more than one operating mode.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • largeTimestampGaps

        SensorStatisticsSummary.Builder largeTimestampGaps​(LargeTimestampGaps largeTimestampGaps)

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

        Parameters:
        largeTimestampGaps - Parameter that describes potential risk about whether data associated with the sensor contains one or more large gaps between consecutive timestamps.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • monotonicValues

        SensorStatisticsSummary.Builder monotonicValues​(MonotonicValues monotonicValues)

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

        Parameters:
        monotonicValues - Parameter that describes potential risk about whether data associated with the sensor is mostly monotonic.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataStartTime

        SensorStatisticsSummary.Builder dataStartTime​(Instant dataStartTime)

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

        Parameters:
        dataStartTime - Indicates the time reference to indicate the beginning of valid data associated with the sensor that the statistics belong to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataEndTime

        SensorStatisticsSummary.Builder dataEndTime​(Instant dataEndTime)

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

        Parameters:
        dataEndTime - Indicates the time reference to indicate the end of valid data associated with the sensor that the statistics belong to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.