Class DetectorDefinition
- java.lang.Object
-
- com.azure.resourcemanager.appservice.fluent.models.DetectorDefinition
-
public final class DetectorDefinition extends Object
Class representing detector definition.
-
-
Constructor Summary
Constructors Constructor Description DetectorDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdescription()Get the description property: Description of the detector.StringdisplayName()Get the displayName property: Display name of the detector.BooleanisEnabled()Get the isEnabled property: Flag representing whether detector is enabled or not.Doublerank()Get the rank property: Detector Rank.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
displayName
public String displayName()
Get the displayName property: Display name of the detector.- Returns:
- the displayName value.
-
description
public String description()
Get the description property: Description of the detector.- Returns:
- the description value.
-
rank
public Double rank()
Get the rank property: Detector Rank.- Returns:
- the rank value.
-
isEnabled
public Boolean isEnabled()
Get the isEnabled property: Flag representing whether detector is enabled or not.- Returns:
- the isEnabled value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-