Class TemperatureSummary

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

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

    • getPastSixHours

      public PastHoursTemperature getPastSixHours()
      Get the pastSixHours property: Summary of temperature fluctuations over the past 6 hours.
      Returns:
      the pastSixHours value.
    • getPastTwelveHours

      public PastHoursTemperature getPastTwelveHours()
      Get the pastTwelveHours property: Summary of temperature fluctuations over the past 12 hours.
      Returns:
      the pastTwelveHours value.
    • getPastTwentyFourHours

      public PastHoursTemperature getPastTwentyFourHours()
      Get the pastTwentyFourHours property: Summary of temperature fluctuations over the past 24 hours.
      Returns:
      the pastTwentyFourHours value.