Class RankingsResponseTablesItem
java.lang.Object
com.microsoft.azure.management.cdn.RankingsResponseTablesItem
The RankingsResponseTablesItem model.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondata()
Get the data value.ranking()
Get the ranking value.Set the data value.withRanking
(String ranking) Set the ranking value.
-
Constructor Details
-
RankingsResponseTablesItem
public RankingsResponseTablesItem()
-
-
Method Details
-
ranking
Get the ranking value.- Returns:
- the ranking value
-
withRanking
Set the ranking value.- Parameters:
ranking
- the ranking value to set- Returns:
- the RankingsResponseTablesItem 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 RankingsResponseTablesItem object itself.
-