Class TimeseriesDataPoint

java.lang.Object
com.azure.resourcemanager.frontdoor.models.TimeseriesDataPoint

public final class TimeseriesDataPoint extends Object
Defines a timeseries datapoint used in a timeseries.
  • Constructor Details

    • TimeseriesDataPoint

      public TimeseriesDataPoint()
      Creates an instance of TimeseriesDataPoint class.
  • Method Details

    • dateTimeUtc

      public String dateTimeUtc()
      Get the dateTimeUtc property: The DateTime of the Timeseries data point in UTC.
      Returns:
      the dateTimeUtc value.
    • withDateTimeUtc

      public TimeseriesDataPoint withDateTimeUtc(String dateTimeUtc)
      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

      public Float value()
      Get the value property: The Value of the Timeseries data point.
      Returns:
      the value value.
    • withValue

      public TimeseriesDataPoint withValue(Float value)
      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.