Class AnomalyGroupTimeSeriesFeedback
- java.lang.Object
-
- software.amazon.awssdk.services.lookoutmetrics.model.AnomalyGroupTimeSeriesFeedback
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AnomalyGroupTimeSeriesFeedback.Builder,AnomalyGroupTimeSeriesFeedback>
@Generated("software.amazon.awssdk:codegen") public final class AnomalyGroupTimeSeriesFeedback extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AnomalyGroupTimeSeriesFeedback.Builder,AnomalyGroupTimeSeriesFeedback>
Feedback for an anomalous metric.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAnomalyGroupTimeSeriesFeedback.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringanomalyGroupId()The ID of the anomaly group.static AnomalyGroupTimeSeriesFeedback.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()BooleanisAnomaly()Feedback on whether the metric is a legitimate anomaly.List<SdkField<?>>sdkFields()static Class<? extends AnomalyGroupTimeSeriesFeedback.Builder>serializableBuilderClass()StringtimeSeriesId()The ID of the metric.AnomalyGroupTimeSeriesFeedback.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
-
anomalyGroupId
public final String anomalyGroupId()
The ID of the anomaly group.
- Returns:
- The ID of the anomaly group.
-
timeSeriesId
public final String timeSeriesId()
The ID of the metric.
- Returns:
- The ID of the metric.
-
isAnomaly
public final Boolean isAnomaly()
Feedback on whether the metric is a legitimate anomaly.
- Returns:
- Feedback on whether the metric is a legitimate anomaly.
-
toBuilder
public AnomalyGroupTimeSeriesFeedback.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AnomalyGroupTimeSeriesFeedback.Builder,AnomalyGroupTimeSeriesFeedback>
-
builder
public static AnomalyGroupTimeSeriesFeedback.Builder builder()
-
serializableBuilderClass
public static Class<? extends AnomalyGroupTimeSeriesFeedback.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.
-
-