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