Class WafRankingsResponseDataItem
java.lang.Object
com.azure.resourcemanager.cdn.models.WafRankingsResponseDataItem
The WafRankingsResponseDataItem model.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of WafRankingsResponseDataItem class. -
Method Summary
Modifier and TypeMethodDescriptionGet the groupValues property: The groupValues property.metrics()Get the metrics property: The metrics property.voidvalidate()Validates the instance.withGroupValues(List<String> groupValues) Set the groupValues property: The groupValues property.withMetrics(List<WafRankingsResponseDataItemMetric> metrics) Set the metrics property: The metrics property.
-
Constructor Details
-
WafRankingsResponseDataItem
public WafRankingsResponseDataItem()Creates an instance of WafRankingsResponseDataItem class.
-
-
Method Details
-
groupValues
Get the groupValues property: The groupValues property.- Returns:
- the groupValues value.
-
withGroupValues
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.
-