Class RankingsResponseTablesPropertiesItemsItem
java.lang.Object
com.azure.resourcemanager.cdn.models.RankingsResponseTablesPropertiesItemsItem
The RankingsResponseTablesPropertiesItemsItem model.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of RankingsResponseTablesPropertiesItemsItem class. -
Method Summary
-
Constructor Details
-
RankingsResponseTablesPropertiesItemsItem
public RankingsResponseTablesPropertiesItemsItem()Creates an instance of RankingsResponseTablesPropertiesItemsItem class.
-
-
Method Details
-
name
Get the name property: The name property.- Returns:
- the name value.
-
withName
Set the name property: The name property.- Parameters:
name- the name value to set.- Returns:
- the RankingsResponseTablesPropertiesItemsItem object itself.
-
metrics
Get the metrics property: The metrics property.- Returns:
- the metrics value.
-
withMetrics
public RankingsResponseTablesPropertiesItemsItem withMetrics(List<RankingsResponseTablesPropertiesItemsMetricsItem> metrics) Set the metrics property: The metrics property.- Parameters:
metrics- the metrics value to set.- Returns:
- the RankingsResponseTablesPropertiesItemsItem object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-