Class AnalysisData
java.lang.Object
com.microsoft.azure.management.appservice.AnalysisData
Class Representing Detector Evidence used for analysis.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondata()
Get additional Source Data.com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner
Get detector Definition.Get detector Meta Data.metrics()
Get source Metrics.source()
Get name of the Detector.withData
(List<List<NameValuePair>> data) Set additional Source Data.withDetectorDefinition
(com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner detectorDefinition) Set detector Definition.withDetectorMetaData
(ResponseMetaData detectorMetaData) Set detector Meta Data.withMetrics
(List<DiagnosticMetricSet> metrics) Set source Metrics.withSource
(String source) Set name of the Detector.
-
Constructor Details
-
AnalysisData
public AnalysisData()
-
-
Method Details
-
source
Get name of the Detector.- Returns:
- the source value
-
withSource
Set name of the Detector.- Parameters:
source
- the source value to set- Returns:
- the AnalysisData object itself.
-
detectorDefinition
public com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner detectorDefinition()Get detector Definition.- Returns:
- the detectorDefinition value
-
withDetectorDefinition
public AnalysisData withDetectorDefinition(com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner detectorDefinition) Set detector Definition.- Parameters:
detectorDefinition
- the detectorDefinition value to set- Returns:
- the AnalysisData object itself.
-
metrics
Get source Metrics.- Returns:
- the metrics value
-
withMetrics
Set source Metrics.- Parameters:
metrics
- the metrics value to set- Returns:
- the AnalysisData object itself.
-
data
Get additional Source Data.- Returns:
- the data value
-
withData
Set additional Source Data.- Parameters:
data
- the data value to set- Returns:
- the AnalysisData object itself.
-
detectorMetaData
Get detector Meta Data.- Returns:
- the detectorMetaData value
-
withDetectorMetaData
Set detector Meta Data.- Parameters:
detectorMetaData
- the detectorMetaData value to set- Returns:
- the AnalysisData object itself.
-