public static interface MissingSensorData.Builder extends SdkPojo, CopyableBuilder<MissingSensorData.Builder,MissingSensorData>
| Modifier and Type | Method and Description |
|---|---|
MissingSensorData.Builder |
affectedSensorCount(Integer affectedSensorCount)
Indicates the number of sensors that have atleast some data missing.
|
MissingSensorData.Builder |
totalNumberOfMissingValues(Integer totalNumberOfMissingValues)
Indicates the total number of missing values across all the sensors.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMissingSensorData.Builder affectedSensorCount(Integer affectedSensorCount)
Indicates the number of sensors that have atleast some data missing.
affectedSensorCount - Indicates the number of sensors that have atleast some data missing.MissingSensorData.Builder totalNumberOfMissingValues(Integer totalNumberOfMissingValues)
Indicates the total number of missing values across all the sensors.
totalNumberOfMissingValues - Indicates the total number of missing values across all the sensors.Copyright © 2022. All rights reserved.