public class AbnormalTimePeriod extends Object
| Constructor and Description |
|---|
AbnormalTimePeriod() |
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.DateTime |
endTime()
Get the endTime value.
|
List<DetectorAbnormalTimePeriod> |
events()
Get the events value.
|
List<Solution> |
solutions()
Get the solutions value.
|
org.joda.time.DateTime |
startTime()
Get the startTime value.
|
AbnormalTimePeriod |
withEndTime(org.joda.time.DateTime endTime)
Set the endTime value.
|
AbnormalTimePeriod |
withEvents(List<DetectorAbnormalTimePeriod> events)
Set the events value.
|
AbnormalTimePeriod |
withSolutions(List<Solution> solutions)
Set the solutions value.
|
AbnormalTimePeriod |
withStartTime(org.joda.time.DateTime startTime)
Set the startTime value.
|
public org.joda.time.DateTime startTime()
public AbnormalTimePeriod withStartTime(org.joda.time.DateTime startTime)
startTime - the startTime value to setpublic org.joda.time.DateTime endTime()
public AbnormalTimePeriod withEndTime(org.joda.time.DateTime endTime)
endTime - the endTime value to setpublic List<DetectorAbnormalTimePeriod> events()
public AbnormalTimePeriod withEvents(List<DetectorAbnormalTimePeriod> events)
events - the events value to setpublic AbnormalTimePeriod withSolutions(List<Solution> solutions)
solutions - the solutions value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/