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