Class MetricsResponseSeriesPropertiesItemsItem
java.lang.Object
com.azure.resourcemanager.cdn.models.MetricsResponseSeriesPropertiesItemsItem
The MetricsResponseSeriesPropertiesItemsItem model.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MetricsResponseSeriesPropertiesItemsItem class. -
Method Summary
-
Constructor Details
-
MetricsResponseSeriesPropertiesItemsItem
public MetricsResponseSeriesPropertiesItemsItem()Creates an instance of MetricsResponseSeriesPropertiesItemsItem 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 MetricsResponseSeriesPropertiesItemsItem object itself.
-
value
Get the value property: The value property.- Returns:
- the value value.
-
withValue
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.
-