public final class CalculateBaselineResponseInner extends Object
| Constructor and Description |
|---|
CalculateBaselineResponseInner() |
| Modifier and Type | Method and Description |
|---|---|
List<Baseline> |
baseline()
Get the baseline property: the baseline values for each sensitivity.
|
List<OffsetDateTime> |
timestamps()
Get the timestamps property: the array of timestamps of the baselines.
|
String |
type()
Get the type property: the resource type of the baseline resource.
|
void |
validate()
Validates the instance.
|
CalculateBaselineResponseInner |
withBaseline(List<Baseline> baseline)
Set the baseline property: the baseline values for each sensitivity.
|
CalculateBaselineResponseInner |
withTimestamps(List<OffsetDateTime> timestamps)
Set the timestamps property: the array of timestamps of the baselines.
|
CalculateBaselineResponseInner |
withType(String type)
Set the type property: the resource type of the baseline resource.
|
public String type()
public CalculateBaselineResponseInner withType(String type)
type - the type value to set.public List<OffsetDateTime> timestamps()
public CalculateBaselineResponseInner withTimestamps(List<OffsetDateTime> timestamps)
timestamps - the timestamps value to set.public List<Baseline> baseline()
public CalculateBaselineResponseInner withBaseline(List<Baseline> baseline)
baseline - the baseline value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.