Class MetricsResponseSeriesPropertiesItemsItem
- java.lang.Object
-
- com.azure.resourcemanager.cdn.models.MetricsResponseSeriesPropertiesItemsItem
-
public final class MetricsResponseSeriesPropertiesItemsItem extends Object
The MetricsResponseSeriesPropertiesItemsItem model.
-
-
Constructor Summary
Constructors Constructor Description MetricsResponseSeriesPropertiesItemsItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringname()Get the name property: The name property.voidvalidate()Validates the instance.Stringvalue()Get the value property: The value property.MetricsResponseSeriesPropertiesItemsItemwithName(String name)Set the name property: The name property.MetricsResponseSeriesPropertiesItemsItemwithValue(String value)Set the value property: The value property.
-
-
-
Method Detail
-
name
public String name()
Get the name property: The name property.- Returns:
- the name value.
-
withName
public MetricsResponseSeriesPropertiesItemsItem withName(String name)
Set the name property: The name property.- Parameters:
name- the name value to set.- Returns:
- the MetricsResponseSeriesPropertiesItemsItem object itself.
-
value
public String value()
Get the value property: The value property.- Returns:
- the value value.
-
withValue
public MetricsResponseSeriesPropertiesItemsItem withValue(String value)
Set the value property: The value property.- Parameters:
value- the value value to set.- Returns:
- the MetricsResponseSeriesPropertiesItemsItem object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-