public static interface InsufficientSensorData.Builder extends SdkPojo, CopyableBuilder<InsufficientSensorData.Builder,InsufficientSensorData>
| Modifier and Type | Method and Description |
|---|---|
default InsufficientSensorData.Builder |
missingCompleteSensorData(Consumer<MissingCompleteSensorData.Builder> missingCompleteSensorData)
Parameter that describes the total number of sensors that have data completely missing for it.
|
InsufficientSensorData.Builder |
missingCompleteSensorData(MissingCompleteSensorData missingCompleteSensorData)
Parameter that describes the total number of sensors that have data completely missing for it.
|
default InsufficientSensorData.Builder |
sensorsWithShortDateRange(Consumer<SensorsWithShortDateRange.Builder> sensorsWithShortDateRange)
Parameter that describes the total number of sensors that have a short date range of less than 90 days of
data overall.
|
InsufficientSensorData.Builder |
sensorsWithShortDateRange(SensorsWithShortDateRange sensorsWithShortDateRange)
Parameter that describes the total number of sensors that have a short date range of less than 90 days of
data overall.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInsufficientSensorData.Builder missingCompleteSensorData(MissingCompleteSensorData missingCompleteSensorData)
Parameter that describes the total number of sensors that have data completely missing for it.
missingCompleteSensorData - Parameter that describes the total number of sensors that have data completely missing for it.default InsufficientSensorData.Builder missingCompleteSensorData(Consumer<MissingCompleteSensorData.Builder> missingCompleteSensorData)
Parameter that describes the total number of sensors that have data completely missing for it.
This is a convenience method that creates an instance of theMissingCompleteSensorData.Builder
avoiding the need to create one manually via MissingCompleteSensorData.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to missingCompleteSensorData(MissingCompleteSensorData).
missingCompleteSensorData - a consumer that will call methods on MissingCompleteSensorData.BuildermissingCompleteSensorData(MissingCompleteSensorData)InsufficientSensorData.Builder sensorsWithShortDateRange(SensorsWithShortDateRange sensorsWithShortDateRange)
Parameter that describes the total number of sensors that have a short date range of less than 90 days of data overall.
sensorsWithShortDateRange - Parameter that describes the total number of sensors that have a short date range of less than 90 days
of data overall.default InsufficientSensorData.Builder sensorsWithShortDateRange(Consumer<SensorsWithShortDateRange.Builder> sensorsWithShortDateRange)
Parameter that describes the total number of sensors that have a short date range of less than 90 days of data overall.
This is a convenience method that creates an instance of theSensorsWithShortDateRange.Builder
avoiding the need to create one manually via SensorsWithShortDateRange.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to sensorsWithShortDateRange(SensorsWithShortDateRange).
sensorsWithShortDateRange - a consumer that will call methods on SensorsWithShortDateRange.BuildersensorsWithShortDateRange(SensorsWithShortDateRange)Copyright © 2022. All rights reserved.