Class RankingsResponseTablesItemDataItemMetricsItem
java.lang.Object
com.microsoft.azure.management.cdn.RankingsResponseTablesItemDataItemMetricsItem
The RankingsResponseTablesItemDataItemMetricsItem model.
-
Constructor Summary
Constructors -
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
-
RankingsResponseTablesItemDataItemMetricsItem
public RankingsResponseTablesItemDataItemMetricsItem()
-
-
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 RankingsResponseTablesItemDataItemMetricsItem 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 RankingsResponseTablesItemDataItemMetricsItem 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 RankingsResponseTablesItemDataItemMetricsItem object itself.
-