DiagnosticDetectorResponseInner Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. ProxyOnlyResource - com.
azure. resourcemanager. appservice. fluent. models. DiagnosticDetectorResponseInner
- com.
- com.
public final class DiagnosticDetectorResponseInner
extends ProxyOnlyResource
Class representing Response from Diagnostic Detectors.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Detector |
abnormalTimePeriods()
Get the abnormal |
|
List<List<Name |
data()
Get the data property: Additional Data that detector wants to send. |
|
Detector |
detectorDefinition()
Get the detector |
|
Offset |
endTime()
Get the end |
|
static
Diagnostic |
fromJson(JsonReader jsonReader)
Reads an instance of Diagnostic |
| String |
id()
Get the id property: Resource Id. |
| Boolean |
issueDetected()
Get the issue |
|
List<Diagnostic |
metrics()
Get the metrics property: Metrics provided by the detector. |
| String |
name()
Get the name property: Resource Name. |
|
Response |
responseMetaData()
Get the response |
|
Offset |
startTime()
Get the start |
|
Json |
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<DetectorAbnormalTimePeriod> abnormalTimePeriods()
Get the abnormalTimePeriods property: List of Correlated events found by the detector.
Returns:
data
public List<List<NameValuePair>> data()
Get the data property: Additional Data that detector wants to send.
Returns:
detectorDefinition
public DetectorDefinition detectorDefinition()
Get the detectorDefinition property: Detector's definition.
Returns:
endTime
public OffsetDateTime endTime()
Get the endTime property: End time of the period.
Returns:
fromJson
public static DiagnosticDetectorResponseInner fromJson(JsonReader jsonReader)
Reads an instance of DiagnosticDetectorResponseInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Resource Id.
Overrides:
DiagnosticDetectorResponseInner.id()Returns:
issueDetected
public Boolean issueDetected()
Get the issueDetected property: Flag representing Issue was detected.
Returns:
metrics
public List<DiagnosticMetricSet> metrics()
Get the metrics property: Metrics provided by the detector.
Returns:
name
public String name()
Get the name property: Resource Name.
Overrides:
DiagnosticDetectorResponseInner.name()Returns:
responseMetaData
public ResponseMetadata responseMetaData()
Get the responseMetaData property: Meta Data.
Returns:
startTime
public OffsetDateTime startTime()
Get the startTime property: Start time of the period.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
DiagnosticDetectorResponseInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: Resource type.
Overrides:
DiagnosticDetectorResponseInner.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
DiagnosticDetectorResponseInner.validate()