Class WafMetricsResponseSeriesItemData

java.lang.Object
com.azure.resourcemanager.cdn.models.WafMetricsResponseSeriesItemData

public final class WafMetricsResponseSeriesItemData extends Object
The WafMetricsResponseSeriesItemData model.
  • Constructor Details

    • WafMetricsResponseSeriesItemData

      public WafMetricsResponseSeriesItemData()
  • Method Details

    • dateTime

      public OffsetDateTime dateTime()
      Get the dateTime property: The dateTime property.
      Returns:
      the dateTime value.
    • withDateTime

      public WafMetricsResponseSeriesItemData withDateTime(OffsetDateTime dateTime)
      Set the dateTime property: The dateTime property.
      Parameters:
      dateTime - the dateTime value to set.
      Returns:
      the WafMetricsResponseSeriesItemData object itself.
    • value

      public Float value()
      Get the value property: The value property.
      Returns:
      the value value.
    • withValue

      public WafMetricsResponseSeriesItemData withValue(Float value)
      Set the value property: The value property.
      Parameters:
      value - the value value to set.
      Returns:
      the WafMetricsResponseSeriesItemData object itself.
    • validate

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