Class StatisticsListResult
java.lang.Object
com.azure.resourcemanager.automation.models.StatisticsListResult
The response model for the list statistics operation.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
validate()
Validates the instance.value()
Get the value property: Gets or sets a list of statistics.withValue
(List<StatisticsInner> value) Set the value property: Gets or sets a list of statistics.
-
Constructor Details
-
StatisticsListResult
public StatisticsListResult()
-
-
Method Details
-
value
Get the value property: Gets or sets a list of statistics.- Returns:
- the value value.
-
withValue
Set the value property: Gets or sets a list of statistics.- Parameters:
value
- the value value to set.- Returns:
- the StatisticsListResult object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-