Class RankingsResponseTablesItem
- java.lang.Object
-
- com.azure.resourcemanager.cdn.models.RankingsResponseTablesItem
-
public final class RankingsResponseTablesItem extends Object
The RankingsResponseTablesItem model.
-
-
Constructor Summary
Constructors Constructor Description RankingsResponseTablesItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<RankingsResponseTablesPropertiesItemsItem>data()Get the data property: The data property.Stringranking()Get the ranking property: The ranking property.voidvalidate()Validates the instance.RankingsResponseTablesItemwithData(List<RankingsResponseTablesPropertiesItemsItem> data)Set the data property: The data property.RankingsResponseTablesItemwithRanking(String ranking)Set the ranking property: The ranking property.
-
-
-
Method Detail
-
ranking
public String ranking()
Get the ranking property: The ranking property.- Returns:
- the ranking value.
-
withRanking
public RankingsResponseTablesItem withRanking(String ranking)
Set the ranking property: The ranking property.- Parameters:
ranking- the ranking value to set.- Returns:
- the RankingsResponseTablesItem object itself.
-
data
public List<RankingsResponseTablesPropertiesItemsItem> data()
Get the data property: The data property.- Returns:
- the data value.
-
withData
public RankingsResponseTablesItem withData(List<RankingsResponseTablesPropertiesItemsItem> data)
Set the data property: The data property.- Parameters:
data- the data value to set.- Returns:
- the RankingsResponseTablesItem object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-