Class InsufficientSensorData
- java.lang.Object
-
- software.amazon.awssdk.services.lookoutequipment.model.InsufficientSensorData
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<InsufficientSensorData.Builder,InsufficientSensorData>
@Generated("software.amazon.awssdk:codegen") public final class InsufficientSensorData extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InsufficientSensorData.Builder,InsufficientSensorData>
Entity that comprises aggregated information on sensors having insufficient data.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceInsufficientSensorData.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InsufficientSensorData.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()MissingCompleteSensorDatamissingCompleteSensorData()Parameter that describes the total number of sensors that have data completely missing for it.List<SdkField<?>>sdkFields()SensorsWithShortDateRangesensorsWithShortDateRange()Parameter that describes the total number of sensors that have a short date range of less than 14 days of data overall.static Class<? extends InsufficientSensorData.Builder>serializableBuilderClass()InsufficientSensorData.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
missingCompleteSensorData
public final MissingCompleteSensorData missingCompleteSensorData()
Parameter that describes the total number of sensors that have data completely missing for it.
- Returns:
- Parameter that describes the total number of sensors that have data completely missing for it.
-
sensorsWithShortDateRange
public final SensorsWithShortDateRange sensorsWithShortDateRange()
Parameter that describes the total number of sensors that have a short date range of less than 14 days of data overall.
- Returns:
- Parameter that describes the total number of sensors that have a short date range of less than 14 days of data overall.
-
toBuilder
public InsufficientSensorData.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<InsufficientSensorData.Builder,InsufficientSensorData>
-
builder
public static InsufficientSensorData.Builder builder()
-
serializableBuilderClass
public static Class<? extends InsufficientSensorData.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-