Class DetectorInfo
- java.lang.Object
-
- com.microsoft.azure.management.appservice.DetectorInfo
-
public class DetectorInfo extends Object
Definition of Detector.
-
-
Constructor Summary
Constructors Constructor Description DetectorInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringcategory()Get support Category.Stringdescription()Get short description of the detector and its purpose.StringsubCategory()Get support Sub Category.StringsupportTopicId()Get support Topic Id.
-
-
-
Method Detail
-
description
public String description()
Get short description of the detector and its purpose.- Returns:
- the description value
-
category
public String category()
Get support Category.- Returns:
- the category value
-
subCategory
public String subCategory()
Get support Sub Category.- Returns:
- the subCategory value
-
supportTopicId
public String supportTopicId()
Get support Topic Id.- Returns:
- the supportTopicId value
-
-