Class AnomalyDetectorDirection
java.lang.Object
com.azure.core.util.ExpandableStringEnum<AnomalyDetectorDirection>
com.azure.ai.metricsadvisor.administration.models.AnomalyDetectorDirection
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class AnomalyDetectorDirection
extends com.azure.core.util.ExpandableStringEnum<AnomalyDetectorDirection>
Defines values for AnomalyDetectorDirection.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AnomalyDetectorDirectionStatic value Both for AnomalyDetectorDirection.static final AnomalyDetectorDirectionStatic value Down for AnomalyDetectorDirection.static final AnomalyDetectorDirectionStatic value Up for AnomalyDetectorDirection. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AnomalyDetectorDirectionfromString(String name) Creates or finds a AnomalyDetectorDirection from its string representation.static Collection<AnomalyDetectorDirection> values()Returns the known AnomalyDetectorDirection values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
BOTH
Static value Both for AnomalyDetectorDirection. -
DOWN
Static value Down for AnomalyDetectorDirection. -
UP
Static value Up for AnomalyDetectorDirection.
-
-
Constructor Details
-
AnomalyDetectorDirection
Deprecated.Use thefromString(String)factory method.Constructs a AnomalyDetectorDirection object.
-
-
Method Details
-
fromString
Creates or finds a AnomalyDetectorDirection from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding AnomalyDetectorDirection.
-
values
Returns the known AnomalyDetectorDirection values.- Returns:
- known AnomalyDetectorDirection values.
-
fromString(String)factory method.