AbnormalTimePeriod Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. AbnormalTimePeriod
- com.
Implements
public final class AbnormalTimePeriod
implements JsonSerializable<AbnormalTimePeriod>
Class representing Abnormal Time Period identified in diagnosis.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Offset |
endTime()
Get the end |
|
List<Detector |
events()
Get the events property: List of Possible Cause of downtime. |
|
static
Abnormal |
fromJson(JsonReader jsonReader)
Reads an instance of Abnormal |
| List<Solution> |
solutions()
Get the solutions property: List of proposed solutions. |
|
Offset |
startTime()
Get the start |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
endTime
public OffsetDateTime endTime()
Get the endTime property: End time of the downtime.
Returns:
events
public List<DetectorAbnormalTimePeriod> events()
Get the events property: List of Possible Cause of downtime.
Returns:
fromJson
public static AbnormalTimePeriod fromJson(JsonReader jsonReader)
Reads an instance of AbnormalTimePeriod from the JsonReader.
Parameters:
Returns:
Throws:
solutions
public List<Solution> solutions()
Get the solutions property: List of proposed solutions.
Returns:
startTime
public OffsetDateTime startTime()
Get the startTime property: Start time of the downtime.
Returns:
toJson
validate
public void validate()
Validates the instance.