Class AggregatedValue
- java.lang.Object
-
- software.amazon.awssdk.services.iotsitewise.model.AggregatedValue
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AggregatedValue.Builder,AggregatedValue>
@Generated("software.amazon.awssdk:codegen") public final class AggregatedValue extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AggregatedValue.Builder,AggregatedValue>
Contains aggregated asset property values (for example, average, minimum, and maximum).
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAggregatedValue.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AggregatedValue.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Qualityquality()The quality of the aggregated data.StringqualityAsString()The quality of the aggregated data.List<SdkField<?>>sdkFields()static Class<? extends AggregatedValue.Builder>serializableBuilderClass()Instanttimestamp()The date the aggregating computations occurred, in Unix epoch time.AggregatedValue.BuildertoBuilder()StringtoString()Returns a string representation of this object.Aggregatesvalue()The value of the aggregates.-
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
-
timestamp
public final Instant timestamp()
The date the aggregating computations occurred, in Unix epoch time.
- Returns:
- The date the aggregating computations occurred, in Unix epoch time.
-
quality
public final Quality quality()
The quality of the aggregated data.
If the service returns an enum value that is not available in the current SDK version,
qualitywill returnQuality.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromqualityAsString().- Returns:
- The quality of the aggregated data.
- See Also:
Quality
-
qualityAsString
public final String qualityAsString()
The quality of the aggregated data.
If the service returns an enum value that is not available in the current SDK version,
qualitywill returnQuality.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromqualityAsString().- Returns:
- The quality of the aggregated data.
- See Also:
Quality
-
value
public final Aggregates value()
The value of the aggregates.
- Returns:
- The value of the aggregates.
-
toBuilder
public AggregatedValue.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AggregatedValue.Builder,AggregatedValue>
-
builder
public static AggregatedValue.Builder builder()
-
serializableBuilderClass
public static Class<? extends AggregatedValue.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.
-
-