| Modifier and Type | Method and Description |
|---|---|
DetectorAbnormalTimePeriod |
DetectorAbnormalTimePeriod.withEndTime(org.joda.time.DateTime endTime)
Set the endTime value.
|
DetectorAbnormalTimePeriod |
DetectorAbnormalTimePeriod.withMessage(String message)
Set the message value.
|
DetectorAbnormalTimePeriod |
DetectorAbnormalTimePeriod.withMetaData(List<List<NameValuePair>> metaData)
Set the metaData value.
|
DetectorAbnormalTimePeriod |
DetectorAbnormalTimePeriod.withPriority(Double priority)
Set the priority value.
|
DetectorAbnormalTimePeriod |
DetectorAbnormalTimePeriod.withSolutions(List<Solution> solutions)
Set the solutions value.
|
DetectorAbnormalTimePeriod |
DetectorAbnormalTimePeriod.withSource(String source)
Set the source value.
|
DetectorAbnormalTimePeriod |
DetectorAbnormalTimePeriod.withStartTime(org.joda.time.DateTime startTime)
Set the startTime value.
|
DetectorAbnormalTimePeriod |
DetectorAbnormalTimePeriod.withType(IssueType type)
Set the type value.
|
| Modifier and Type | Method and Description |
|---|---|
List<DetectorAbnormalTimePeriod> |
AbnormalTimePeriod.events()
Get the events value.
|
| Modifier and Type | Method and Description |
|---|---|
AbnormalTimePeriod |
AbnormalTimePeriod.withEvents(List<DetectorAbnormalTimePeriod> events)
Set the events value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/