java.lang.Object
com.azure.resourcemanager.automation.fluent.models.StatisticsInner

public final class StatisticsInner extends Object
Definition of the statistic.
  • Constructor Details

    • StatisticsInner

      public StatisticsInner()
  • Method Details

    • counterProperty

      public String counterProperty()
      Get the counterProperty property: Gets the property value of the statistic.
      Returns:
      the counterProperty value.
    • counterValue

      public Long counterValue()
      Get the counterValue property: Gets the value of the statistic.
      Returns:
      the counterValue value.
    • startTime

      public OffsetDateTime startTime()
      Get the startTime property: Gets the startTime of the statistic.
      Returns:
      the startTime value.
    • endTime

      public OffsetDateTime endTime()
      Get the endTime property: Gets the endTime of the statistic.
      Returns:
      the endTime value.
    • id

      public String 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.