DetectorAbnormalTimePeriod Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. DetectorAbnormalTimePeriod
- com.
Implements
public final class DetectorAbnormalTimePeriod
implements JsonSerializable<DetectorAbnormalTimePeriod>
Class representing Abnormal Time Period detected.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Offset |
endTime()
Get the end |
|
static
Detector |
fromJson(JsonReader jsonReader)
Reads an instance of Detector |
| String |
message()
Get the message property: Message describing the event. |
|
List<List<Name |
metadata()
Get the metadata property: Downtime metadata. |
| Double |
priority()
Get the priority property: Represents the rank of the Detector. |
| List<Solution> |
solutions()
Get the solutions property: List of proposed solutions. |
| String |
source()
Get the source property: Represents the name of the Detector. |
|
Offset |
startTime()
Get the start |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Issue |
type()
Get the type property: Represents the type of the Detector. |
| 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 correlated event.
Returns:
fromJson
public static DetectorAbnormalTimePeriod fromJson(JsonReader jsonReader)
Reads an instance of DetectorAbnormalTimePeriod from the JsonReader.
Parameters:
Returns:
Throws:
message
public String message()
Get the message property: Message describing the event.
Returns:
metadata
public List<List<NameValuePair>> metadata()
Get the metadata property: Downtime metadata.
Returns:
priority
public Double priority()
Get the priority property: Represents the rank of the Detector.
Returns:
solutions
public List<Solution> solutions()
Get the solutions property: List of proposed solutions.
Returns:
source
public String source()
Get the source property: Represents the name of the Detector.
Returns:
startTime
public OffsetDateTime startTime()
Get the startTime property: Start time of the correlated event.
Returns:
toJson
type
public IssueType type()
Get the type property: Represents the type of the Detector.
Returns:
validate
public void validate()
Validates the instance.