Interface InvalidSensorData.Builder

    • Method Detail

      • affectedSensorCount

        InvalidSensorData.Builder affectedSensorCount​(Integer affectedSensorCount)

        Indicates the number of sensors that have at least some invalid values.

        Parameters:
        affectedSensorCount - Indicates the number of sensors that have at least some invalid values.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • totalNumberOfInvalidValues

        InvalidSensorData.Builder totalNumberOfInvalidValues​(Integer totalNumberOfInvalidValues)

        Indicates the total number of invalid values across all the sensors.

        Parameters:
        totalNumberOfInvalidValues - Indicates the total number of invalid values across all the sensors.
        Returns:
        Returns a reference to this object so that method calls can be chained together.