public final class RankingsResponseTablesItem extends Object
| Constructor and Description |
|---|
RankingsResponseTablesItem() |
| Modifier and Type | Method and Description |
|---|---|
List<RankingsResponseTablesPropertiesItemsItem> |
data()
Get the data property: The data property.
|
String |
ranking()
Get the ranking property: The ranking property.
|
void |
validate()
Validates the instance.
|
RankingsResponseTablesItem |
withData(List<RankingsResponseTablesPropertiesItemsItem> data)
Set the data property: The data property.
|
RankingsResponseTablesItem |
withRanking(String ranking)
Set the ranking property: The ranking property.
|
public String ranking()
public RankingsResponseTablesItem withRanking(String ranking)
ranking - the ranking value to set.public List<RankingsResponseTablesPropertiesItemsItem> data()
public RankingsResponseTablesItem withData(List<RankingsResponseTablesPropertiesItemsItem> data)
data - the data value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.