Class MetricsResponseSeriesPropertiesItemsItem

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

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

    • MetricsResponseSeriesPropertiesItemsItem

      public MetricsResponseSeriesPropertiesItemsItem()
  • Method Details

    • name

      public String name()
      Get the name property: The name property.
      Returns:
      the name value.
    • withName

      Set the name property: The name property.
      Parameters:
      name - the name value to set.
      Returns:
      the MetricsResponseSeriesPropertiesItemsItem object itself.
    • value

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

      Set the value property: The value property.
      Parameters:
      value - the value value to set.
      Returns:
      the MetricsResponseSeriesPropertiesItemsItem object itself.
    • validate

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