CalculateBaselineResponseInner Class

  • java.lang.Object
    • com.microsoft.azure.management.monitor.implementation.CalculateBaselineResponseInner

public class CalculateBaselineResponseInner

The response to a calculate baseline call.

Method Summary

Modifier and Type Method and Description
List<BaselineInner> baseline()

Get the baseline values for each sensitivity.

List<DateTime> timestamps()

Get the array of timestamps of the baselines.

String type()

Get the resource type of the baseline resource.

CalculateBaselineResponseInner withBaseline(List<BaselineInner> baseline)

Set the baseline values for each sensitivity.

CalculateBaselineResponseInner withTimestamps(List<DateTime> timestamps)

Set the array of timestamps of the baselines.

CalculateBaselineResponseInner withType(String type)

Set the resource type of the baseline resource.

Method Details

baseline

public List baseline()

Get the baseline values for each sensitivity.

Returns:

the baseline value

timestamps

public List timestamps()

Get the array of timestamps of the baselines.

Returns:

the timestamps value

type

public String type()

Get the resource type of the baseline resource.

Returns:

the type value

withBaseline

public CalculateBaselineResponseInner withBaseline(List baseline)

Set the baseline values for each sensitivity.

Parameters:

baseline - the baseline value to set

Returns:

the CalculateBaselineResponseInner object itself.

withTimestamps

public CalculateBaselineResponseInner withTimestamps(List timestamps)

Set the array of timestamps of the baselines.

Parameters:

timestamps - the timestamps value to set

Returns:

the CalculateBaselineResponseInner object itself.

withType

public CalculateBaselineResponseInner withType(String type)

Set the resource type of the baseline resource.

Parameters:

type - the type value to set

Returns:

the CalculateBaselineResponseInner object itself.

Applies to