| Modifier and Type | Method and Description |
|---|---|
AbnormalTimePeriod |
AbnormalTimePeriod.withEndTime(org.joda.time.DateTime endTime)
Set end time of the downtime.
|
AbnormalTimePeriod |
AbnormalTimePeriod.withEvents(List<DetectorAbnormalTimePeriod> events)
Set list of Possible Cause of downtime.
|
AbnormalTimePeriod |
AbnormalTimePeriod.withSolutions(List<Solution> solutions)
Set list of proposed solutions.
|
AbnormalTimePeriod |
AbnormalTimePeriod.withStartTime(org.joda.time.DateTime startTime)
Set start time of the downtime.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/