public class AnalysisData extends Object
| Constructor and Description |
|---|
AnalysisData() |
| Modifier and Type | Method and Description |
|---|---|
List<List<NameValuePair>> |
data()
Get the data value.
|
com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner |
detectorDefinition()
Get the detectorDefinition value.
|
ResponseMetaData |
detectorMetaData()
Get the detectorMetaData value.
|
List<DiagnosticMetricSet> |
metrics()
Get the metrics value.
|
String |
source()
Get the source value.
|
AnalysisData |
withData(List<List<NameValuePair>> data)
Set the data value.
|
AnalysisData |
withDetectorDefinition(com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner detectorDefinition)
Set the detectorDefinition value.
|
AnalysisData |
withDetectorMetaData(ResponseMetaData detectorMetaData)
Set the detectorMetaData value.
|
AnalysisData |
withMetrics(List<DiagnosticMetricSet> metrics)
Set the metrics value.
|
AnalysisData |
withSource(String source)
Set the source value.
|
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 set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/