Class MinuteForecastSummary

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

public final class MinuteForecastSummary extends Object
Phrase summaries for the entire forecast period.
  • Method Details

    • getBriefPhrase60

      public String getBriefPhrase60()
      Get the briefPhrase60 property: Summary phrase for the next 60 minutes. Phrase length is approximately 60 characters.
      Returns:
      the briefPhrase60 value.
    • getShortDescription

      public String getShortDescription()
      Get the shortDescription property: Short summary phrase for the next 120 minutes. Phrase length is approximately 25 characters.
      Returns:
      the shortDescription value.
    • getBriefDescription

      public String getBriefDescription()
      Get the briefDescription property: Summary phrase for the next 120 minutes. Phrase length is approximately 60 characters.
      Returns:
      the briefDescription value.
    • getLongPhrase

      public String getLongPhrase()
      Get the longPhrase property: Long summary phrase for the next 120 minutes. Phrase length is 60+ characters.
      Returns:
      the longPhrase value.
    • getIconCode

      public IconCode getIconCode()
      Get the iconCode property: Numeric value representing an image that displays the `iconPhrase`. Please refer to [Weather Service Concepts](https://aka.ms/AzureMapsWeatherConcepts) for details.
      Returns:
      the iconCode value.