Aracılığıyla paylaş


RankingsResponseTablesItemDataItemMetricsItem Class

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

public class RankingsResponseTablesItemDataItemMetricsItem

The RankingsResponseTablesItemDataItemMetricsItem model.

Constructor Summary

Constructor Description
RankingsResponseTablesItemDataItemMetricsItem()

Method Summary

Modifier and Type Method and Description
java.lang.String metric()

Get the metric value.

java.lang.Double percentage()

Get the percentage value.

java.lang.Long value()

Get the value value.

RankingsResponseTablesItemDataItemMetricsItem withMetric(String metric)

Set the metric value.

RankingsResponseTablesItemDataItemMetricsItem withPercentage(Double percentage)

Set the percentage value.

RankingsResponseTablesItemDataItemMetricsItem withValue(Long value)

Set the value value.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

RankingsResponseTablesItemDataItemMetricsItem

public RankingsResponseTablesItemDataItemMetricsItem()

Method Details

metric

public String metric()

Get the metric value.

Returns:

the metric value

percentage

public Double percentage()

Get the percentage value.

Returns:

the percentage value

value

public Long value()

Get the value value.

Returns:

the value value

withMetric

public RankingsResponseTablesItemDataItemMetricsItem withMetric(String metric)

Set the metric value.

Parameters:

metric - the metric value to set

Returns:

the RankingsResponseTablesItemDataItemMetricsItem object itself.

withPercentage

public RankingsResponseTablesItemDataItemMetricsItem withPercentage(Double percentage)

Set the percentage value.

Parameters:

percentage - the percentage value to set

Returns:

the RankingsResponseTablesItemDataItemMetricsItem object itself.

withValue

public RankingsResponseTablesItemDataItemMetricsItem withValue(Long value)

Set the value value.

Parameters:

value - the value value to set

Returns:

the RankingsResponseTablesItemDataItemMetricsItem object itself.

Applies to