Class RankingsResponseTablesItemDataItem
java.lang.Object
com.microsoft.azure.management.cdn.RankingsResponseTablesItemDataItem
The RankingsResponseTablesItemDataItem model.
-
Constructor Details
-
RankingsResponseTablesItemDataItem
public RankingsResponseTablesItemDataItem()
-
-
Method Details
-
name
Get the name value.- Returns:
- the name value
-
withName
Set the name value.- Parameters:
name
- the name value to set- Returns:
- the RankingsResponseTablesItemDataItem object itself.
-
metrics
Get the metrics value.- Returns:
- the metrics value
-
withMetrics
public RankingsResponseTablesItemDataItem withMetrics(List<RankingsResponseTablesItemDataItemMetricsItem> metrics) Set the metrics value.- Parameters:
metrics
- the metrics value to set- Returns:
- the RankingsResponseTablesItemDataItem object itself.
-