Class StatisticsInner
java.lang.Object
com.azure.resourcemanager.automation.fluent.models.StatisticsInner
Definition of the statistic.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the counterProperty property: Gets the property value of the statistic.Get the counterValue property: Gets the value of the statistic.endTime()
Get the endTime property: Gets the endTime of the statistic.id()
Get the id property: Gets the id.Get the startTime property: Gets the startTime of the statistic.void
validate()
Validates the instance.
-
Constructor Details
-
StatisticsInner
public StatisticsInner()
-
-
Method Details
-
counterProperty
Get the counterProperty property: Gets the property value of the statistic.- Returns:
- the counterProperty value.
-
counterValue
Get the counterValue property: Gets the value of the statistic.- Returns:
- the counterValue value.
-
startTime
Get the startTime property: Gets the startTime of the statistic.- Returns:
- the startTime value.
-
endTime
Get the endTime property: Gets the endTime of the statistic.- Returns:
- the endTime value.
-
id
Get the id property: Gets the id.- Returns:
- the id value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-