Class SensorStatisticsSummary

java.lang.Object
software.amazon.awssdk.services.lookoutequipment.model.SensorStatisticsSummary
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<SensorStatisticsSummary.Builder,SensorStatisticsSummary>

@Generated("software.amazon.awssdk:codegen") public final class SensorStatisticsSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SensorStatisticsSummary.Builder,SensorStatisticsSummary>

Summary of ingestion statistics like whether data exists, number of missing values, number of invalid values and so on related to the particular sensor.

See Also:
  • Method Details

    • componentName

      public final String componentName()

      Name of the component to which the particular sensor belongs for which the statistics belong to.

      Returns:
      Name of the component to which the particular sensor belongs for which the statistics belong to.
    • sensorName

      public final String sensorName()

      Name of the sensor that the statistics belong to.

      Returns:
      Name of the sensor that the statistics belong to.
    • dataExists

      public final Boolean dataExists()

      Parameter that indicates whether data exists for the sensor that the statistics belong to.

      Returns:
      Parameter that indicates whether data exists for the sensor that the statistics belong to.
    • missingValues

      public final CountPercent missingValues()

      Parameter that describes the total number of, and percentage of, values that are missing for the sensor that the statistics belong to.

      Returns:
      Parameter that describes the total number of, and percentage of, values that are missing for the sensor that the statistics belong to.
    • invalidValues

      public final CountPercent invalidValues()

      Parameter that describes the total number of, and percentage of, values that are invalid for the sensor that the statistics belong to.

      Returns:
      Parameter that describes the total number of, and percentage of, values that are invalid for the sensor that the statistics belong to.
    • invalidDateEntries

      public final CountPercent invalidDateEntries()

      Parameter that describes the total number of invalid date entries associated with the sensor that the statistics belong to.

      Returns:
      Parameter that describes the total number of invalid date entries associated with the sensor that the statistics belong to.
    • duplicateTimestamps

      public final CountPercent duplicateTimestamps()

      Parameter that describes the total number of duplicate timestamp records associated with the sensor that the statistics belong to.

      Returns:
      Parameter that describes the total number of duplicate timestamp records associated with the sensor that the statistics belong to.
    • categoricalValues

      public final CategoricalValues categoricalValues()

      Parameter that describes potential risk about whether data associated with the sensor is categorical.

      Returns:
      Parameter that describes potential risk about whether data associated with the sensor is categorical.
    • multipleOperatingModes

      public final MultipleOperatingModes multipleOperatingModes()

      Parameter that describes potential risk about whether data associated with the sensor has more than one operating mode.

      Returns:
      Parameter that describes potential risk about whether data associated with the sensor has more than one operating mode.
    • largeTimestampGaps

      public final LargeTimestampGaps largeTimestampGaps()

      Parameter that describes potential risk about whether data associated with the sensor contains one or more large gaps between consecutive timestamps.

      Returns:
      Parameter that describes potential risk about whether data associated with the sensor contains one or more large gaps between consecutive timestamps.
    • monotonicValues

      public final MonotonicValues monotonicValues()

      Parameter that describes potential risk about whether data associated with the sensor is mostly monotonic.

      Returns:
      Parameter that describes potential risk about whether data associated with the sensor is mostly monotonic.
    • dataStartTime

      public final Instant dataStartTime()

      Indicates the time reference to indicate the beginning of valid data associated with the sensor that the statistics belong to.

      Returns:
      Indicates the time reference to indicate the beginning of valid data associated with the sensor that the statistics belong to.
    • dataEndTime

      public final Instant dataEndTime()

      Indicates the time reference to indicate the end of valid data associated with the sensor that the statistics belong to.

      Returns:
      Indicates the time reference to indicate the end of valid data associated with the sensor that the statistics belong to.
    • toBuilder

      public SensorStatisticsSummary.Builder toBuilder()
      Description copied from interface: ToCopyableBuilder
      Take this object and create a builder that contains all of the current property values of this object.
      Specified by:
      toBuilder in interface ToCopyableBuilder<SensorStatisticsSummary.Builder,SensorStatisticsSummary>
      Returns:
      a builder for type T
    • builder

      public static SensorStatisticsSummary.Builder builder()
    • serializableBuilderClass

      public static Class<? extends SensorStatisticsSummary.Builder> serializableBuilderClass()
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public final boolean equals(Object obj)
      Overrides:
      equals in class Object
    • equalsBySdkFields

      public final boolean equalsBySdkFields(Object obj)
      Description copied from interface: SdkPojo
      Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in an SdkPojo class, and is generated based on a service model.

      If an SdkPojo class does not have any inherited fields, equalsBySdkFields and equals are essentially the same.

      Specified by:
      equalsBySdkFields in interface SdkPojo
      Parameters:
      obj - the object to be compared with
      Returns:
      true if the other object equals to this object by sdk fields, false otherwise.
    • 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.
      Overrides:
      toString in class Object
    • getValueForField

      public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
    • sdkFields

      public final List<SdkField<?>> sdkFields()
      Specified by:
      sdkFields in interface SdkPojo
      Returns:
      List of SdkField in this POJO. May be empty list but should never be null.