Class RankingsResponseTablesPropertiesItemsItem
- java.lang.Object
-
- com.azure.resourcemanager.cdn.models.RankingsResponseTablesPropertiesItemsItem
-
public final class RankingsResponseTablesPropertiesItemsItem extends Object
The RankingsResponseTablesPropertiesItemsItem model.
-
-
Constructor Summary
Constructors Constructor Description RankingsResponseTablesPropertiesItemsItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<RankingsResponseTablesPropertiesItemsMetricsItem>metrics()Get the metrics property: The metrics property.Stringname()Get the name property: The name property.voidvalidate()Validates the instance.RankingsResponseTablesPropertiesItemsItemwithMetrics(List<RankingsResponseTablesPropertiesItemsMetricsItem> metrics)Set the metrics property: The metrics property.RankingsResponseTablesPropertiesItemsItemwithName(String name)Set the name property: The name property.
-
-
-
Method Detail
-
name
public String name()
Get the name property: The name property.- Returns:
- the name value.
-
withName
public RankingsResponseTablesPropertiesItemsItem withName(String name)
Set the name property: The name property.- Parameters:
name- the name value to set.- Returns:
- the RankingsResponseTablesPropertiesItemsItem object itself.
-
metrics
public List<RankingsResponseTablesPropertiesItemsMetricsItem> 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.
-
-