AnalysisData Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. AnalysisData
- com.
Implements
public final class AnalysisData
implements JsonSerializable<AnalysisData>
Class Representing Detector Evidence used for analysis.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<List<Name |
data()
Get the data property: Additional Source Data. |
|
Detector |
detectorDefinition()
Get the detector |
|
Response |
detectorMetadata()
Get the detector |
|
static
Analysis |
fromJson(JsonReader jsonReader)
Reads an instance of Analysis |
|
List<Diagnostic |
metrics()
Get the metrics property: Source Metrics. |
| String |
source()
Get the source property: Name of the Detector. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
data
public List<List<NameValuePair>> data()
Get the data property: Additional Source Data.
Returns:
detectorDefinition
public DetectorDefinition detectorDefinition()
Get the detectorDefinition property: Detector Definition.
Returns:
detectorMetadata
public ResponseMetadata detectorMetadata()
Get the detectorMetadata property: Detector Meta Data.
Returns:
fromJson
public static AnalysisData fromJson(JsonReader jsonReader)
Reads an instance of AnalysisData from the JsonReader.
Parameters:
Returns:
Throws:
metrics
public List<DiagnosticMetricSet> metrics()
Get the metrics property: Source Metrics.
Returns:
source
public String source()
Get the source property: Name of the Detector.
Returns:
toJson
validate
public void validate()
Validates the instance.