Class MetricBaselinesResponse
- java.lang.Object
-
- com.azure.resourcemanager.monitor.models.MetricBaselinesResponse
-
public final class MetricBaselinesResponse extends Object
A list of metric baselines.
-
-
Constructor Summary
Constructors Constructor Description MetricBaselinesResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.List<SingleMetricBaselineInner>value()Get the value property: The list of metric baselines.MetricBaselinesResponsewithValue(List<SingleMetricBaselineInner> value)Set the value property: The list of metric baselines.
-
-
-
Method Detail
-
value
public List<SingleMetricBaselineInner> value()
Get the value property: The list of metric baselines.- Returns:
- the value value.
-
withValue
public MetricBaselinesResponse withValue(List<SingleMetricBaselineInner> value)
Set the value property: The list of metric baselines.- Parameters:
value- the value value to set.- Returns:
- the MetricBaselinesResponse object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-