Class WafMetricsResponseSeriesItem
java.lang.Object
com.microsoft.azure.management.cdn.WafMetricsResponseSeriesItem
The WafMetricsResponseSeriesItem model.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
WafMetricsResponseSeriesItem
public WafMetricsResponseSeriesItem()
-
-
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 WafMetricsResponseSeriesItem object itself.
-
unit
Get possible values include: 'count'.- Returns:
- the unit value
-
withUnit
Set possible values include: 'count'.- Parameters:
unit
- the unit value to set- Returns:
- the WafMetricsResponseSeriesItem object itself.
-
groups
Get the groups value.- Returns:
- the groups value
-
withGroups
Set the groups value.- Parameters:
groups
- the groups value to set- Returns:
- the WafMetricsResponseSeriesItem object itself.
-
data
Get the data value.- Returns:
- the data value
-
withData
Set the data value.- Parameters:
data
- the data value to set- Returns:
- the WafMetricsResponseSeriesItem object itself.
-