public class DetectorAbnormalTimePeriod extends Object
Constructor and Description |
---|
DetectorAbnormalTimePeriod() |
Modifier and Type | Method and Description |
---|---|
org.joda.time.DateTime |
endTime()
Get end time of the correlated event.
|
String |
message()
Get message describing the event.
|
List<List<NameValuePair>> |
metaData()
Get downtime metadata.
|
Double |
priority()
Get represents the rank of the Detector.
|
List<Solution> |
solutions()
Get list of proposed solutions.
|
String |
source()
Get represents the name of the Detector.
|
org.joda.time.DateTime |
startTime()
Get start time of the correlated event.
|
IssueType |
type()
Get represents the type of the Detector.
|
DetectorAbnormalTimePeriod |
withEndTime(org.joda.time.DateTime endTime)
Set end time of the correlated event.
|
DetectorAbnormalTimePeriod |
withMessage(String message)
Set message describing the event.
|
DetectorAbnormalTimePeriod |
withMetaData(List<List<NameValuePair>> metaData)
Set downtime metadata.
|
DetectorAbnormalTimePeriod |
withPriority(Double priority)
Set represents the rank of the Detector.
|
DetectorAbnormalTimePeriod |
withSolutions(List<Solution> solutions)
Set list of proposed solutions.
|
DetectorAbnormalTimePeriod |
withSource(String source)
Set represents the name of the Detector.
|
DetectorAbnormalTimePeriod |
withStartTime(org.joda.time.DateTime startTime)
Set start time of the correlated event.
|
DetectorAbnormalTimePeriod |
withType(IssueType type)
Set represents the type of the Detector.
|
public org.joda.time.DateTime startTime()
public DetectorAbnormalTimePeriod withStartTime(org.joda.time.DateTime startTime)
startTime
- the startTime value to setpublic org.joda.time.DateTime endTime()
public DetectorAbnormalTimePeriod withEndTime(org.joda.time.DateTime endTime)
endTime
- the endTime value to setpublic String message()
public DetectorAbnormalTimePeriod withMessage(String message)
message
- the message value to setpublic String source()
public DetectorAbnormalTimePeriod withSource(String source)
source
- the source value to setpublic Double priority()
public DetectorAbnormalTimePeriod withPriority(Double priority)
priority
- the priority value to setpublic List<List<NameValuePair>> metaData()
public DetectorAbnormalTimePeriod withMetaData(List<List<NameValuePair>> metaData)
metaData
- the metaData value to setpublic IssueType type()
public DetectorAbnormalTimePeriod withType(IssueType type)
type
- the type value to setpublic List<Solution> solutions()
public DetectorAbnormalTimePeriod withSolutions(List<Solution> solutions)
solutions
- the solutions value to setCopyright © 2019. All rights reserved.