Class DailyHistoricalRecords

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

public final class DailyHistoricalRecords extends Object
The DailyHistoricalRecords 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 WeatherValueYearMaxMinAvg getTemperature()
      Get the temperature property: Temperature value.
      Returns:
      the temperature value.
    • getPrecipitation

      public WeatherValueYearMax getPrecipitation()
      Get the precipitation property: Maximum amount of precipitation (liquid equivalent) that has fallen.
      Returns:
      the precipitation value.
    • getSnowfall

      public WeatherValueYearMax getSnowfall()
      Get the snowfall property: Maximum snowfall.
      Returns:
      the snowfall value.