| Modifier and Type | Method and Description |
|---|---|
Solution |
Solution.withData(List<List<NameValuePair>> data)
Set solution Data.
|
Solution |
Solution.withDescription(String description)
Set description of the solution.
|
Solution |
Solution.withDisplayName(String displayName)
Set display Name of the solution.
|
Solution |
Solution.withId(Double id)
Set solution Id.
|
Solution |
Solution.withMetadata(List<List<NameValuePair>> metadata)
Set solution Metadata.
|
Solution |
Solution.withOrder(Double order)
Set order of the solution.
|
Solution |
Solution.withType(SolutionType type)
Set type of Solution.
|
| Modifier and Type | Method and Description |
|---|---|
List<Solution> |
DetectorAbnormalTimePeriod.solutions()
Get list of proposed solutions.
|
List<Solution> |
AbnormalTimePeriod.solutions()
Get list of proposed solutions.
|
| Modifier and Type | Method and Description |
|---|---|
DetectorAbnormalTimePeriod |
DetectorAbnormalTimePeriod.withSolutions(List<Solution> solutions)
Set list of proposed solutions.
|
AbnormalTimePeriod |
AbnormalTimePeriod.withSolutions(List<Solution> solutions)
Set list of proposed solutions.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/