Interface Statistics
public interface Statistics
An immutable client-side representation of Statistics.
-
Method Summary
Modifier and TypeMethodDescriptionGets the counterProperty property: Gets the property value of the statistic.Gets the counterValue property: Gets the value of the statistic.endTime()
Gets the endTime property: Gets the endTime of the statistic.id()
Gets the id property: Gets the id.Gets the inner com.azure.resourcemanager.automation.fluent.models.StatisticsInner object.Gets the startTime property: Gets the startTime of the statistic.
-
Method Details
-
counterProperty
String counterProperty()Gets the counterProperty property: Gets the property value of the statistic.- Returns:
- the counterProperty value.
-
counterValue
Long counterValue()Gets the counterValue property: Gets the value of the statistic.- Returns:
- the counterValue value.
-
startTime
OffsetDateTime startTime()Gets the startTime property: Gets the startTime of the statistic.- Returns:
- the startTime value.
-
endTime
OffsetDateTime endTime()Gets the endTime property: Gets the endTime of the statistic.- Returns:
- the endTime value.
-
id
String id()Gets the id property: Gets the id.- Returns:
- the id value.
-
innerModel
StatisticsInner innerModel()Gets the inner com.azure.resourcemanager.automation.fluent.models.StatisticsInner object.- Returns:
- the inner object.
-