Class Components18OrqelSchemasWafmetricsresponsePropertiesSeriesItemsPropertiesDataItems
- java.lang.Object
-
- com.azure.resourcemanager.cdn.models.Components18OrqelSchemasWafmetricsresponsePropertiesSeriesItemsPropertiesDataItems
-
public final class Components18OrqelSchemasWafmetricsresponsePropertiesSeriesItemsPropertiesDataItems extends Object
The Components18OrqelSchemasWafmetricsresponsePropertiesSeriesItemsPropertiesDataItems model.
-
-
Constructor Summary
Constructors Constructor Description Components18OrqelSchemasWafmetricsresponsePropertiesSeriesItemsPropertiesDataItems()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OffsetDateTimedateTime()Get the dateTime property: The dateTime property.voidvalidate()Validates the instance.Floatvalue()Get the value property: The value property.Components18OrqelSchemasWafmetricsresponsePropertiesSeriesItemsPropertiesDataItemswithDateTime(OffsetDateTime dateTime)Set the dateTime property: The dateTime property.Components18OrqelSchemasWafmetricsresponsePropertiesSeriesItemsPropertiesDataItemswithValue(Float value)Set the value property: The value property.
-
-
-
Method Detail
-
dateTime
public OffsetDateTime 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
public Float 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.
-
-