public final class AnalysisDataInner extends Object
| Constructor and Description |
|---|
AnalysisDataInner() |
| Modifier and Type | Method and Description |
|---|---|
List<List<NameValuePair>> |
data()
Get the data property: Additional Source Data.
|
DetectorDefinitionInner |
detectorDefinition()
Get the detectorDefinition property: Detector Definition.
|
ResponseMetadata |
detectorMetadata()
Get the detectorMetadata property: Detector Meta Data.
|
List<DiagnosticMetricSet> |
metrics()
Get the metrics property: Source Metrics.
|
String |
source()
Get the source property: Name of the Detector.
|
void |
validate()
Validates the instance.
|
AnalysisDataInner |
withData(List<List<NameValuePair>> data)
Set the data property: Additional Source Data.
|
AnalysisDataInner |
withDetectorDefinition(DetectorDefinitionInner detectorDefinition)
Set the detectorDefinition property: Detector Definition.
|
AnalysisDataInner |
withDetectorMetadata(ResponseMetadata detectorMetadata)
Set the detectorMetadata property: Detector Meta Data.
|
AnalysisDataInner |
withMetrics(List<DiagnosticMetricSet> metrics)
Set the metrics property: Source Metrics.
|
AnalysisDataInner |
withSource(String source)
Set the source property: Name of the Detector.
|
public String source()
public AnalysisDataInner withSource(String source)
source - the source value to set.public DetectorDefinitionInner detectorDefinition()
public AnalysisDataInner withDetectorDefinition(DetectorDefinitionInner detectorDefinition)
detectorDefinition - the detectorDefinition value to set.public List<DiagnosticMetricSet> metrics()
public AnalysisDataInner withMetrics(List<DiagnosticMetricSet> metrics)
metrics - the metrics value to set.public List<List<NameValuePair>> data()
public AnalysisDataInner withData(List<List<NameValuePair>> data)
data - the data value to set.public ResponseMetadata detectorMetadata()
public AnalysisDataInner withDetectorMetadata(ResponseMetadata detectorMetadata)
detectorMetadata - the detectorMetadata value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.