Class WafRankingsResponseDataItem

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

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

    • WafRankingsResponseDataItem

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

    • groupValues

      public List<String> groupValues()
      Get the groupValues property: The groupValues property.
      Returns:
      the groupValues value.
    • withGroupValues

      public WafRankingsResponseDataItem withGroupValues(List<String> groupValues)
      Set the groupValues property: The groupValues property.
      Parameters:
      groupValues - the groupValues value to set.
      Returns:
      the WafRankingsResponseDataItem object itself.
    • metrics

      Get the metrics property: The metrics property.
      Returns:
      the metrics value.
    • withMetrics

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

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