Class MetricsResponseSeriesItem
java.lang.Object
com.microsoft.azure.management.cdn.MetricsResponseSeriesItem
The MetricsResponseSeriesItem model.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondata()
Get the data value.groups()
Get the groups value.metric()
Get the metric value.unit()
Get possible values include: 'count', 'bytes', 'bitsPerSecond'.Set the data value.Set the groups value.withMetric
(String metric) Set the metric value.Set possible values include: 'count', 'bytes', 'bitsPerSecond'.
-
Constructor Details
-
MetricsResponseSeriesItem
public MetricsResponseSeriesItem()
-
-
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 MetricsResponseSeriesItem object itself.
-
unit
Get possible values include: 'count', 'bytes', 'bitsPerSecond'.- Returns:
- the unit value
-
withUnit
Set possible values include: 'count', 'bytes', 'bitsPerSecond'.- Parameters:
unit
- the unit value to set- Returns:
- the MetricsResponseSeriesItem 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 MetricsResponseSeriesItem 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 MetricsResponseSeriesItem object itself.
-