Class WafMetricsResponseSeriesPropertiesItemsItem
- java.lang.Object
-
- com.azure.resourcemanager.cdn.models.WafMetricsResponseSeriesPropertiesItemsItem
-
public final class WafMetricsResponseSeriesPropertiesItemsItem extends Object
The WafMetricsResponseSeriesPropertiesItemsItem model.
-
-
Constructor Summary
Constructors Constructor Description WafMetricsResponseSeriesPropertiesItemsItem()
-
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.WafMetricsResponseSeriesPropertiesItemsItemwithName(String name)Set the name property: The name property.WafMetricsResponseSeriesPropertiesItemsItemwithValue(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 WafMetricsResponseSeriesPropertiesItemsItem withName(String name)
Set the name property: The name property.- Parameters:
name- the name value to set.- Returns:
- the WafMetricsResponseSeriesPropertiesItemsItem object itself.
-
value
public String value()
Get the value property: The value property.- Returns:
- the value value.
-
withValue
public WafMetricsResponseSeriesPropertiesItemsItem withValue(String value)
Set the value property: The value property.- Parameters:
value- the value value to set.- Returns:
- the WafMetricsResponseSeriesPropertiesItemsItem object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-