Interface MissingSensorData.Builder

  • Method Details

    • affectedSensorCount

      MissingSensorData.Builder affectedSensorCount(Integer affectedSensorCount)

      Indicates the number of sensors that have atleast some data missing.

      Parameters:
      affectedSensorCount - Indicates the number of sensors that have atleast some data missing.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • totalNumberOfMissingValues

      MissingSensorData.Builder totalNumberOfMissingValues(Integer totalNumberOfMissingValues)

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

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