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