Condividi tramite


DiagnosticAnalysisInner Class

public final class DiagnosticAnalysisInner
extends ProxyOnlyResource

Class representing a diagnostic analysis done on an application.

Method Summary

Modifier and Type Method and Description
List<AbnormalTimePeriod> abnormalTimePeriods()

Get the abnormalTimePeriods property: List of time periods.

OffsetDateTime endTime()

Get the endTime property: End time of the period.

static DiagnosticAnalysisInner fromJson(JsonReader jsonReader)

Reads an instance of DiagnosticAnalysisInner from the JsonReader.

String id()

Get the id property: Resource Id.

String name()

Get the name property: Resource Name.

List<DetectorDefinition> nonCorrelatedDetectors()

Get the nonCorrelatedDetectors property: Data by each detector for detectors that did not corelate.

List<AnalysisData> payload()

Get the payload property: Data by each detector.

OffsetDateTime startTime()

Get the startTime property: Start time of the period.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: Resource type.

void validate()

Validates the instance.

Methods inherited from ProxyOnlyResource

Methods inherited from java.lang.Object

Method Details

abnormalTimePeriods

public List<AbnormalTimePeriod> abnormalTimePeriods()

Get the abnormalTimePeriods property: List of time periods.

Returns:

the abnormalTimePeriods value.

endTime

public OffsetDateTime endTime()

Get the endTime property: End time of the period.

Returns:

the endTime value.

fromJson

public static DiagnosticAnalysisInner fromJson(JsonReader jsonReader)

Reads an instance of DiagnosticAnalysisInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of DiagnosticAnalysisInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the DiagnosticAnalysisInner.

id

public String id()

Get the id property: Resource Id.

Overrides:

DiagnosticAnalysisInner.id()

Returns:

the id value.

name

public String name()

Get the name property: Resource Name.

Overrides:

DiagnosticAnalysisInner.name()

Returns:

the name value.

nonCorrelatedDetectors

public List<DetectorDefinition> nonCorrelatedDetectors()

Get the nonCorrelatedDetectors property: Data by each detector for detectors that did not corelate.

Returns:

the nonCorrelatedDetectors value.

payload

public List<AnalysisData> payload()

Get the payload property: Data by each detector.

Returns:

the payload value.

startTime

public OffsetDateTime startTime()

Get the startTime property: Start time of the period.

Returns:

the startTime value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

DiagnosticAnalysisInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: Resource type.

Overrides:

DiagnosticAnalysisInner.type()

Returns:

the type value.

validate

public void validate()

Validates the instance.

Overrides:

DiagnosticAnalysisInner.validate()

Applies to