RankingsResponseTablesItem Class
- java.
lang. Object - com.
azure. resourcemanager. cdn. models. RankingsResponseTablesItem
- com.
Implements
public final class RankingsResponseTablesItem
implements JsonSerializable<RankingsResponseTablesItem>
The RankingsResponseTablesItem model.
Constructor Summary
Constructor | Description |
---|---|
RankingsResponseTablesItem() |
Creates an instance of Rankings |
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Rankings |
data()
Get the data property: The data property. |
static
Rankings |
fromJson(JsonReader jsonReader)
Reads an instance of Rankings |
String |
ranking()
Get the ranking property: The ranking property. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Rankings |
withData(List<RankingsResponseTablesPropertiesItemsItem> data)
Set the data property: The data property. |
Rankings |
withRanking(String ranking)
Set the ranking property: The ranking property. |
Methods inherited from java.lang.Object
Constructor Details
RankingsResponseTablesItem
public RankingsResponseTablesItem()
Creates an instance of RankingsResponseTablesItem class.
Method Details
data
public List
Get the data property: The data property.
Returns:
fromJson
public static RankingsResponseTablesItem fromJson(JsonReader jsonReader)
Reads an instance of RankingsResponseTablesItem from the JsonReader.
Parameters:
Returns:
Throws:
ranking
public String ranking()
Get the ranking property: The ranking property.
Returns:
toJson
validate
public void validate()
Validates the instance.
withData
public RankingsResponseTablesItem withData(List
Set the data property: The data property.
Parameters:
Returns:
withRanking
public RankingsResponseTablesItem withRanking(String ranking)
Set the ranking property: The ranking property.
Parameters:
Returns:
Applies to
Azure SDK for Java