@Generated(value="software.amazon.awssdk:codegen") public final class Aggregates extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Aggregates.Builder,Aggregates>
Contains the (pre-calculated) aggregate values for an asset property.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Aggregates.Builder |
| Modifier and Type | Method and Description |
|---|---|
Double |
average()
The average (mean) value of the time series over a time interval window.
|
static Aggregates.Builder |
builder() |
Double |
count()
The count of data points in the time series over a time interval window.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Double |
maximum()
The maximum value of the time series over a time interval window.
|
Double |
minimum()
The minimum value of the time series over a time interval window.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Aggregates.Builder> |
serializableBuilderClass() |
Double |
standardDeviation()
The standard deviation of the time series over a time interval window.
|
Double |
sum()
The sum of the time series over a time interval window.
|
Aggregates.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Double average()
The average (mean) value of the time series over a time interval window.
public final Double count()
The count of data points in the time series over a time interval window.
public final Double maximum()
The maximum value of the time series over a time interval window.
public final Double minimum()
The minimum value of the time series over a time interval window.
public final Double sum()
The sum of the time series over a time interval window.
public final Double standardDeviation()
The standard deviation of the time series over a time interval window.
public Aggregates.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Aggregates.Builder,Aggregates>public static Aggregates.Builder builder()
public static Class<? extends Aggregates.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.