public final class TimeSeriesInformation extends Object
| Constructor and Description |
|---|
TimeSeriesInformation() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
sensitivities()
Get the sensitivities property: the list of sensitivities for calculating the baseline.
|
List<OffsetDateTime> |
timestamps()
Get the timestamps property: the array of timestamps of the baselines.
|
void |
validate()
Validates the instance.
|
List<Double> |
values()
Get the values property: The metric values to calculate the baseline.
|
TimeSeriesInformation |
withSensitivities(List<String> sensitivities)
Set the sensitivities property: the list of sensitivities for calculating the baseline.
|
TimeSeriesInformation |
withTimestamps(List<OffsetDateTime> timestamps)
Set the timestamps property: the array of timestamps of the baselines.
|
TimeSeriesInformation |
withValues(List<Double> values)
Set the values property: The metric values to calculate the baseline.
|
public List<String> sensitivities()
public TimeSeriesInformation withSensitivities(List<String> sensitivities)
sensitivities - the sensitivities value to set.public List<Double> values()
public TimeSeriesInformation withValues(List<Double> values)
values - the values value to set.public List<OffsetDateTime> timestamps()
public TimeSeriesInformation withTimestamps(List<OffsetDateTime> timestamps)
timestamps - the timestamps value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.