Class MetricLevelImpact
- java.lang.Object
-
- software.amazon.awssdk.services.lookoutmetrics.model.MetricLevelImpact
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MetricLevelImpact.Builder,MetricLevelImpact>
@Generated("software.amazon.awssdk:codegen") public final class MetricLevelImpact extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MetricLevelImpact.Builder,MetricLevelImpact>
Details about a measure affected by an anomaly.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMetricLevelImpact.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MetricLevelImpact.Builderbuilder()ContributionMatrixcontributionMatrix()Details about the dimensions that contributed to the anomaly.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringmetricName()The name of the measure.IntegernumTimeSeries()The number of anomalous metrics for the measure.List<SdkField<?>>sdkFields()static Class<? extends MetricLevelImpact.Builder>serializableBuilderClass()MetricLevelImpact.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
-
metricName
public final String metricName()
The name of the measure.
- Returns:
- The name of the measure.
-
numTimeSeries
public final Integer numTimeSeries()
The number of anomalous metrics for the measure.
- Returns:
- The number of anomalous metrics for the measure.
-
contributionMatrix
public final ContributionMatrix contributionMatrix()
Details about the dimensions that contributed to the anomaly.
- Returns:
- Details about the dimensions that contributed to the anomaly.
-
toBuilder
public MetricLevelImpact.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<MetricLevelImpact.Builder,MetricLevelImpact>
-
builder
public static MetricLevelImpact.Builder builder()
-
serializableBuilderClass
public static Class<? extends MetricLevelImpact.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.
-
-