Class AnomalyGroupSummary
- java.lang.Object
-
- software.amazon.awssdk.services.lookoutmetrics.model.AnomalyGroupSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AnomalyGroupSummary.Builder,AnomalyGroupSummary>
@Generated("software.amazon.awssdk:codegen") public final class AnomalyGroupSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AnomalyGroupSummary.Builder,AnomalyGroupSummary>
Details about a group of anomalous metrics.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAnomalyGroupSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringanomalyGroupId()The ID of the anomaly group.DoubleanomalyGroupScore()The severity score of the group.static AnomalyGroupSummary.Builderbuilder()StringendTime()The end time for the group.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringprimaryMetricName()The name of the primary affected measure for the group.List<SdkField<?>>sdkFields()static Class<? extends AnomalyGroupSummary.Builder>serializableBuilderClass()StringstartTime()The start time for the group.AnomalyGroupSummary.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
-
startTime
public final String startTime()
The start time for the group.
- Returns:
- The start time for the group.
-
endTime
public final String endTime()
The end time for the group.
- Returns:
- The end time for the group.
-
anomalyGroupId
public final String anomalyGroupId()
The ID of the anomaly group.
- Returns:
- The ID of the anomaly group.
-
anomalyGroupScore
public final Double anomalyGroupScore()
The severity score of the group.
- Returns:
- The severity score of the group.
-
primaryMetricName
public final String primaryMetricName()
The name of the primary affected measure for the group.
- Returns:
- The name of the primary affected measure for the group.
-
toBuilder
public AnomalyGroupSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AnomalyGroupSummary.Builder,AnomalyGroupSummary>
-
builder
public static AnomalyGroupSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends AnomalyGroupSummary.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.
-
-