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