Class PercentileMetricInner

java.lang.Object
com.azure.resourcemanager.cosmos.fluent.models.PercentileMetricInner
All Implemented Interfaces:
com.azure.json.JsonSerializable<PercentileMetricInner>

public final class PercentileMetricInner extends Object implements com.azure.json.JsonSerializable<PercentileMetricInner>
Percentile Metric data.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates an instance of PercentileMetricInner class.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the endTime property: The end time for the metric (ISO-8601 format).
    fromJson(com.azure.json.JsonReader jsonReader)
    Reads an instance of PercentileMetricInner from the JsonReader.
    Get the metricValues property: The percentile metric values for the specified time window and timestep.
    Get the name property: The name information for the metric.
    Get the startTime property: The start time for the metric (ISO-8601 format).
    Get the timeGrain property: The time grain to be used to summarize the metric values.
    com.azure.json.JsonWriter
    toJson(com.azure.json.JsonWriter jsonWriter)
    Get the unit property: The unit of the metric.
    void
    Validates the instance.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.azure.json.JsonSerializable

    toJson, toJson, toJsonBytes, toJsonString
  • Constructor Details

    • PercentileMetricInner

      public PercentileMetricInner()
      Creates an instance of PercentileMetricInner class.
  • Method Details

    • startTime

      public OffsetDateTime startTime()
      Get the startTime property: The start time for the metric (ISO-8601 format).
      Returns:
      the startTime value.
    • endTime

      public OffsetDateTime endTime()
      Get the endTime property: The end time for the metric (ISO-8601 format).
      Returns:
      the endTime value.
    • timeGrain

      public String timeGrain()
      Get the timeGrain property: The time grain to be used to summarize the metric values.
      Returns:
      the timeGrain value.
    • unit

      public UnitType unit()
      Get the unit property: The unit of the metric.
      Returns:
      the unit value.
    • name

      public MetricName name()
      Get the name property: The name information for the metric.
      Returns:
      the name value.
    • metricValues

      public List<PercentileMetricValue> metricValues()
      Get the metricValues property: The percentile metric values for the specified time window and timestep.
      Returns:
      the metricValues value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.
    • toJson

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.azure.json.JsonSerializable<PercentileMetricInner>
      Throws:
      IOException
    • fromJson

      public static PercentileMetricInner fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of PercentileMetricInner from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of PercentileMetricInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
      Throws:
      IOException - If an error occurs while reading the PercentileMetricInner.