public final class WafMetricsResponseSeriesPropertiesItemsItem extends Object
| Constructor and Description |
|---|
WafMetricsResponseSeriesPropertiesItemsItem() |
| 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.
|
WafMetricsResponseSeriesPropertiesItemsItem |
withName(String name)
Set the name property: The name property.
|
WafMetricsResponseSeriesPropertiesItemsItem |
withValue(String value)
Set the value property: The value property.
|
public WafMetricsResponseSeriesPropertiesItemsItem()
public String name()
public WafMetricsResponseSeriesPropertiesItemsItem withName(String name)
name - the name value to set.public String value()
public WafMetricsResponseSeriesPropertiesItemsItem 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.