Class TimeseriesDataPoint
java.lang.Object
com.azure.resourcemanager.frontdoor.models.TimeseriesDataPoint
Defines a timeseries datapoint used in a timeseries.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the dateTimeUtc property: The DateTime of the Timeseries data point in UTC.void
validate()
Validates the instance.value()
Get the value property: The Value of the Timeseries data point.withDateTimeUtc
(String dateTimeUtc) Set the dateTimeUtc property: The DateTime of the Timeseries data point in UTC.Set the value property: The Value of the Timeseries data point.
-
Constructor Details
-
TimeseriesDataPoint
public TimeseriesDataPoint()Creates an instance of TimeseriesDataPoint class.
-
-
Method Details
-
dateTimeUtc
Get the dateTimeUtc property: The DateTime of the Timeseries data point in UTC.- Returns:
- the dateTimeUtc value.
-
withDateTimeUtc
Set the dateTimeUtc property: The DateTime of the Timeseries data point in UTC.- Parameters:
dateTimeUtc
- the dateTimeUtc value to set.- Returns:
- the TimeseriesDataPoint object itself.
-
value
Get the value property: The Value of the Timeseries data point.- Returns:
- the value value.
-
withValue
Set the value property: The Value of the Timeseries data point.- Parameters:
value
- the value value to set.- Returns:
- the TimeseriesDataPoint object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-