Class DailyHistoricalNormals

java.lang.Object
com.azure.maps.weather.models.DailyHistoricalNormals

public final class DailyHistoricalNormals extends Object
The DailyHistoricalNormals model.
  • Method Details

    • getTimestamp

      public OffsetDateTime getTimestamp()
      Get the timestamp property: Date and time of the current observation displayed in ISO 8601 format, for example, 2019-10-27T19:39:57-08:00.
      Returns:
      the timestamp value.
    • getTemperature

      public WeatherValueMaxMinAvg getTemperature()
      Get the temperature property: Temperature values.
      Returns:
      the temperature value.
    • getDegreeDaySummary

      public DegreeDaySummary getDegreeDaySummary()
      Get the degreeDaySummary property: Summary of heating or cooling degree day information.
      Returns:
      the degreeDaySummary value.
    • getPrecipitation

      public WeatherUnitDetails getPrecipitation()
      Get the precipitation property: The amount of precipitation (liquid equivalent) that has fallen.
      Returns:
      the precipitation value.