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