public interface MetricAnomaly<E extends Entity> extends Anomaly
Modifier and Type | Method and Description |
---|---|
java.lang.String |
description()
Get the metric anomaly description.
|
E |
entity()
Get the entity with metric anomaly.
|
java.lang.Short |
metricId()
Get the metric Id caused the metric anomaly.
|
java.util.List<java.lang.Long> |
windows()
Get a list of windows for which a metric anomaly was observed.
|
java.util.List<java.lang.Long> windows()
java.lang.String description()
E entity()
java.lang.Short metricId()