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