public class AbnormalTimePeriod extends Object
Constructor and Description |
---|
AbnormalTimePeriod() |
Modifier and Type | Method and Description |
---|---|
org.joda.time.DateTime |
endTime()
Get end time of the downtime.
|
List<DetectorAbnormalTimePeriod> |
events()
Get list of Possible Cause of downtime.
|
List<Solution> |
solutions()
Get list of proposed solutions.
|
org.joda.time.DateTime |
startTime()
Get start time of the downtime.
|
AbnormalTimePeriod |
withEndTime(org.joda.time.DateTime endTime)
Set end time of the downtime.
|
AbnormalTimePeriod |
withEvents(List<DetectorAbnormalTimePeriod> events)
Set list of Possible Cause of downtime.
|
AbnormalTimePeriod |
withSolutions(List<Solution> solutions)
Set list of proposed solutions.
|
AbnormalTimePeriod |
withStartTime(org.joda.time.DateTime startTime)
Set start time of the downtime.
|
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 List<Solution> solutions()
public AbnormalTimePeriod withSolutions(List<Solution> solutions)
solutions
- the solutions value to setCopyright © 2019. All rights reserved.