Class RankingsResponseTablesItemDataItemMetricsItem

java.lang.Object
com.microsoft.azure.management.cdn.RankingsResponseTablesItemDataItemMetricsItem

public class RankingsResponseTablesItemDataItemMetricsItem extends Object
The RankingsResponseTablesItemDataItemMetricsItem model.
  • Constructor Details

    • RankingsResponseTablesItemDataItemMetricsItem

      public RankingsResponseTablesItemDataItemMetricsItem()
  • Method Details

    • metric

      public String 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

      public Long 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

      public Double percentage()
      Get the percentage value.
      Returns:
      the percentage value
    • withPercentage

      public RankingsResponseTablesItemDataItemMetricsItem withPercentage(Double percentage)
      Set the percentage value.
      Parameters:
      percentage - the percentage value to set
      Returns:
      the RankingsResponseTablesItemDataItemMetricsItem object itself.