Class RankingsResponseTablesItem
java.lang.Object
com.azure.resourcemanager.cdn.models.RankingsResponseTablesItem
The RankingsResponseTablesItem model.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of RankingsResponseTablesItem class. -
Method Summary
Modifier and TypeMethodDescriptiondata()Get the data property: The data property.ranking()Get the ranking property: The ranking property.voidvalidate()Validates the instance.Set the data property: The data property.withRanking(String ranking) Set the ranking property: The ranking property.
-
Constructor Details
-
RankingsResponseTablesItem
public RankingsResponseTablesItem()Creates an instance of RankingsResponseTablesItem class.
-
-
Method Details
-
ranking
Get the ranking property: The ranking property.- Returns:
- the ranking value.
-
withRanking
Set the ranking property: The ranking property.- Parameters:
ranking- the ranking value to set.- Returns:
- the RankingsResponseTablesItem object itself.
-
data
Get the data property: The data property.- Returns:
- the data value.
-
withData
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.
-