Class WafRankingsResponseDataItemMetricsItem
java.lang.Object
com.microsoft.azure.management.cdn.WafRankingsResponseDataItemMetricsItem
The WafRankingsResponseDataItemMetricsItem model.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionmetric()
Get the metric value.Get the percentage value.value()
Get the value value.withMetric
(String metric) Set the metric value.withPercentage
(Double percentage) Set the percentage value.Set the value value.
-
Constructor Details
-
WafRankingsResponseDataItemMetricsItem
public WafRankingsResponseDataItemMetricsItem()
-
-
Method Details
-
metric
Get the metric value.- Returns:
- the metric value
-
withMetric
Set the metric value.- Parameters:
metric
- the metric value to set- Returns:
- the WafRankingsResponseDataItemMetricsItem object itself.
-
value
Get the value value.- Returns:
- the value value
-
withValue
Set the value value.- Parameters:
value
- the value value to set- Returns:
- the WafRankingsResponseDataItemMetricsItem object itself.
-
percentage
Get the percentage value.- Returns:
- the percentage value
-
withPercentage
Set the percentage value.- Parameters:
percentage
- the percentage value to set- Returns:
- the WafRankingsResponseDataItemMetricsItem object itself.
-