StatisticsListResult Class

  • java.lang.Object
    • com.azure.resourcemanager.automation.models.StatisticsListResult

public final class StatisticsListResult

The response model for the list statistics operation.

Constructor Summary

Constructor Description
StatisticsListResult()

Method Summary

Modifier and Type Method and Description
void validate()

Validates the instance.

List<StatisticsInner> value()

Get the value property: Gets or sets a list of statistics.

StatisticsListResult withValue(List<StatisticsInner> value)

Set the value property: Gets or sets a list of statistics.

Methods inherited from java.lang.Object

Constructor Details

StatisticsListResult

public StatisticsListResult()

Method Details

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: Gets or sets a list of statistics.

Returns:

the value value.

withValue

public StatisticsListResult withValue(List value)

Set the value property: Gets or sets a list of statistics.

Parameters:

value - the value value to set.

Returns:

the StatisticsListResult object itself.

Applies to