Class MetricsResponseSeriesItemData
java.lang.Object
com.azure.resourcemanager.cdn.models.MetricsResponseSeriesItemData
The MetricsResponseSeriesItemData model.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MetricsResponseSeriesItemData class. -
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
-
MetricsResponseSeriesItemData
public MetricsResponseSeriesItemData()Creates an instance of MetricsResponseSeriesItemData class.
-
-
Method Details
-
dateTime
Get the dateTime property: The dateTime property.- Returns:
- the dateTime value.
-
withDateTime
Set the dateTime property: The dateTime property.- Parameters:
dateTime- the dateTime value to set.- Returns:
- the MetricsResponseSeriesItemData object itself.
-
value
Get the value property: The value property.- Returns:
- the value value.
-
withValue
Set the value property: The value property.- Parameters:
value- the value value to set.- Returns:
- the MetricsResponseSeriesItemData object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-