Class MissingSensorData
- java.lang.Object
-
- software.amazon.awssdk.services.lookoutequipment.model.MissingSensorData
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MissingSensorData.Builder,MissingSensorData>
@Generated("software.amazon.awssdk:codegen") public final class MissingSensorData extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MissingSensorData.Builder,MissingSensorData>
Entity that comprises aggregated information on sensors having missing data.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMissingSensorData.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegeraffectedSensorCount()Indicates the number of sensors that have atleast some data missing.static MissingSensorData.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends MissingSensorData.Builder>serializableBuilderClass()MissingSensorData.BuildertoBuilder()StringtoString()Returns a string representation of this object.IntegertotalNumberOfMissingValues()Indicates the total number of missing values across all the sensors.-
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
-
affectedSensorCount
public final Integer affectedSensorCount()
Indicates the number of sensors that have atleast some data missing.
- Returns:
- Indicates the number of sensors that have atleast some data missing.
-
totalNumberOfMissingValues
public final Integer totalNumberOfMissingValues()
Indicates the total number of missing values across all the sensors.
- Returns:
- Indicates the total number of missing values across all the sensors.
-
toBuilder
public MissingSensorData.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<MissingSensorData.Builder,MissingSensorData>
-
builder
public static MissingSensorData.Builder builder()
-
serializableBuilderClass
public static Class<? extends MissingSensorData.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.
-
-