public class DetectorAbnormalTimePeriod extends Object
| Constructor and Description |
|---|
DetectorAbnormalTimePeriod() |
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.DateTime |
endTime()
Get the endTime value.
|
String |
message()
Get the message value.
|
List<List<NameValuePair>> |
metaData()
Get the metaData value.
|
Double |
priority()
Get the priority value.
|
List<Solution> |
solutions()
Get the solutions value.
|
String |
source()
Get the source value.
|
org.joda.time.DateTime |
startTime()
Get the startTime value.
|
IssueType |
type()
Get the type value.
|
DetectorAbnormalTimePeriod |
withEndTime(org.joda.time.DateTime endTime)
Set the endTime value.
|
DetectorAbnormalTimePeriod |
withMessage(String message)
Set the message value.
|
DetectorAbnormalTimePeriod |
withMetaData(List<List<NameValuePair>> metaData)
Set the metaData value.
|
DetectorAbnormalTimePeriod |
withPriority(Double priority)
Set the priority value.
|
DetectorAbnormalTimePeriod |
withSolutions(List<Solution> solutions)
Set the solutions value.
|
DetectorAbnormalTimePeriod |
withSource(String source)
Set the source value.
|
DetectorAbnormalTimePeriod |
withStartTime(org.joda.time.DateTime startTime)
Set the startTime value.
|
DetectorAbnormalTimePeriod |
withType(IssueType type)
Set the type value.
|
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 DetectorAbnormalTimePeriod 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.
*/