public final class DetectorDefinition extends Object
| Constructor and Description |
|---|
DetectorDefinition() |
| Modifier and Type | Method and Description |
|---|---|
String |
description()
Get the description property: Description of the detector.
|
String |
displayName()
Get the displayName property: Display name of the detector.
|
Boolean |
isEnabled()
Get the isEnabled property: Flag representing whether detector is enabled or not.
|
Double |
rank()
Get the rank property: Detector Rank.
|
void |
validate()
Validates the instance.
|
public String displayName()
public String description()
public Double rank()
public Boolean isEnabled()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.