Class WafRankingsResponseDataItem
- java.lang.Object
-
- com.azure.resourcemanager.cdn.models.WafRankingsResponseDataItem
-
public final class WafRankingsResponseDataItem extends Object
The WafRankingsResponseDataItem model.
-
-
Constructor Summary
Constructors Constructor Description WafRankingsResponseDataItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>groupValues()Get the groupValues property: The groupValues property.List<ComponentsKpo1PjSchemasWafrankingsresponsePropertiesDataItemsPropertiesMetricsItems>metrics()Get the metrics property: The metrics property.voidvalidate()Validates the instance.WafRankingsResponseDataItemwithGroupValues(List<String> groupValues)Set the groupValues property: The groupValues property.WafRankingsResponseDataItemwithMetrics(List<ComponentsKpo1PjSchemasWafrankingsresponsePropertiesDataItemsPropertiesMetricsItems> metrics)Set the metrics property: The metrics property.
-
-
-
Method Detail
-
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
public List<ComponentsKpo1PjSchemasWafrankingsresponsePropertiesDataItemsPropertiesMetricsItems> metrics()
Get the metrics property: The metrics property.- Returns:
- the metrics value.
-
withMetrics
public WafRankingsResponseDataItem withMetrics(List<ComponentsKpo1PjSchemasWafrankingsresponsePropertiesDataItemsPropertiesMetricsItems> metrics)
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.
-
-