Class IntervalSummary

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

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

    • getStartMinute

      public Integer getStartMinute()
      Get the startMinute property: The first minute to which the summary applies.
      Returns:
      the startMinute value.
    • getEndMinute

      public Integer getEndMinute()
      Get the endMinute property: The last minute to which the summary applies.
      Returns:
      the endMinute value.
    • getTotalMinutes

      public Integer getTotalMinutes()
      Get the totalMinutes property: The number of minutes for which the summary applies.
      Returns:
      the totalMinutes value.
    • getShortDescription

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

      public String getBriefDescription()
      Get the briefDescription property: Brief summary phrase. Phrase length is approximately 60 characters.
      Returns:
      the briefDescription value.
    • getLongPhrase

      public String getLongPhrase()
      Get the longPhrase property: Long summary phrase. 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.