Class Components18OrqelSchemasWafmetricsresponsePropertiesSeriesItemsPropertiesDataItems
java.lang.Object
com.azure.resourcemanager.cdn.models.Components18OrqelSchemasWafmetricsresponsePropertiesSeriesItemsPropertiesDataItems
public final class Components18OrqelSchemasWafmetricsresponsePropertiesSeriesItemsPropertiesDataItems
extends Object
The Components18OrqelSchemasWafmetricsresponsePropertiesSeriesItemsPropertiesDataItems model.
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptiondateTime()Get the dateTime property: The dateTime property.voidvalidate()Validates the instance.value()Get the value property: The value property.withDateTime(OffsetDateTime dateTime) Set the dateTime property: The dateTime property.Set the value property: The value property.
-
Constructor Details
-
Components18OrqelSchemasWafmetricsresponsePropertiesSeriesItemsPropertiesDataItems
public Components18OrqelSchemasWafmetricsresponsePropertiesSeriesItemsPropertiesDataItems()
-
-
Method Details
-
dateTime
Get the dateTime property: The dateTime property.- Returns:
- the dateTime value.
-
withDateTime
public Components18OrqelSchemasWafmetricsresponsePropertiesSeriesItemsPropertiesDataItems withDateTime(OffsetDateTime dateTime) Set the dateTime property: The dateTime property.- Parameters:
dateTime- the dateTime value to set.- Returns:
- the Components18OrqelSchemasWafmetricsresponsePropertiesSeriesItemsPropertiesDataItems object itself.
-
value
Get the value property: The value property.- Returns:
- the value value.
-
withValue
public Components18OrqelSchemasWafmetricsresponsePropertiesSeriesItemsPropertiesDataItems withValue(Float value) Set the value property: The value property.- Parameters:
value- the value value to set.- Returns:
- the Components18OrqelSchemasWafmetricsresponsePropertiesSeriesItemsPropertiesDataItems object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-