Class MetricQueryValue
- java.lang.Object
-
- software.amazon.awssdk.services.iotwireless.model.MetricQueryValue
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MetricQueryValue.Builder,MetricQueryValue>
@Generated("software.amazon.awssdk:codegen") public final class MetricQueryValue extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MetricQueryValue.Builder,MetricQueryValue>
The aggregated values of the metric.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMetricQueryValue.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Doubleavg()The average of the values of the all data points collected during the period.static MetricQueryValue.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Doublemax()The maximum of the values of the all data points collected during the period.Doublemin()The minimum of the values of the all data points collected during the period.Doublep90()The 90th percentile of the values of the all data points collected during the period.List<SdkField<?>>sdkFields()static Class<? extends MetricQueryValue.Builder>serializableBuilderClass()Doublestd()The standard deviation of the values of the all data points collected during the period.Doublesum()The sum of the values of the all data points collected during the period.MetricQueryValue.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
-
min
public final Double min()
The minimum of the values of the all data points collected during the period.
- Returns:
- The minimum of the values of the all data points collected during the period.
-
max
public final Double max()
The maximum of the values of the all data points collected during the period.
- Returns:
- The maximum of the values of the all data points collected during the period.
-
sum
public final Double sum()
The sum of the values of the all data points collected during the period.
- Returns:
- The sum of the values of the all data points collected during the period.
-
avg
public final Double avg()
The average of the values of the all data points collected during the period.
- Returns:
- The average of the values of the all data points collected during the period.
-
std
public final Double std()
The standard deviation of the values of the all data points collected during the period.
- Returns:
- The standard deviation of the values of the all data points collected during the period.
-
p90
public final Double p90()
The 90th percentile of the values of the all data points collected during the period.
- Returns:
- The 90th percentile of the values of the all data points collected during the period.
-
toBuilder
public MetricQueryValue.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<MetricQueryValue.Builder,MetricQueryValue>
-
builder
public static MetricQueryValue.Builder builder()
-
serializableBuilderClass
public static Class<? extends MetricQueryValue.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.
-
-