public class AnalysisData extends Object
Constructor and Description |
---|
AnalysisData() |
Modifier and Type | Method and Description |
---|---|
List<List<NameValuePair>> |
data()
Get additional Source Data.
|
com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner |
detectorDefinition()
Get detector Definition.
|
ResponseMetaData |
detectorMetaData()
Get detector Meta Data.
|
List<DiagnosticMetricSet> |
metrics()
Get source Metrics.
|
String |
source()
Get name of the Detector.
|
AnalysisData |
withData(List<List<NameValuePair>> data)
Set additional Source Data.
|
AnalysisData |
withDetectorDefinition(com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner detectorDefinition)
Set detector Definition.
|
AnalysisData |
withDetectorMetaData(ResponseMetaData detectorMetaData)
Set detector Meta Data.
|
AnalysisData |
withMetrics(List<DiagnosticMetricSet> metrics)
Set source Metrics.
|
AnalysisData |
withSource(String source)
Set name of the Detector.
|
public String source()
public AnalysisData withSource(String source)
source
- the source value to setpublic com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner detectorDefinition()
public AnalysisData withDetectorDefinition(com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner detectorDefinition)
detectorDefinition
- the detectorDefinition value to setpublic List<DiagnosticMetricSet> metrics()
public AnalysisData withMetrics(List<DiagnosticMetricSet> metrics)
metrics
- the metrics value to setpublic List<List<NameValuePair>> data()
public AnalysisData withData(List<List<NameValuePair>> data)
data
- the data value to setpublic ResponseMetaData detectorMetaData()
public AnalysisData withDetectorMetaData(ResponseMetaData detectorMetaData)
detectorMetaData
- the detectorMetaData value to setCopyright © 2019. All rights reserved.