Package com.azure.maps.weather.models
Class MinuteForecastSummary
java.lang.Object
com.azure.maps.weather.models.MinuteForecastSummary
Phrase summaries for the entire forecast period.
-
Method Summary
Modifier and TypeMethodDescriptionGet the briefDescription property: Summary phrase for the next 120 minutes.Get the briefPhrase60 property: Summary phrase for the next 60 minutes.Get the iconCode property: Numeric value representing an image that displays the `iconPhrase`.Get the longPhrase property: Long summary phrase for the next 120 minutes.Get the shortDescription property: Short summary phrase for the next 120 minutes.
-
Method Details
-
getBriefPhrase60
Get the briefPhrase60 property: Summary phrase for the next 60 minutes. Phrase length is approximately 60 characters.- Returns:
- the briefPhrase60 value.
-
getShortDescription
Get the shortDescription property: Short summary phrase for the next 120 minutes. Phrase length is approximately 25 characters.- Returns:
- the shortDescription value.
-
getBriefDescription
Get the briefDescription property: Summary phrase for the next 120 minutes. Phrase length is approximately 60 characters.- Returns:
- the briefDescription value.
-
getLongPhrase
Get the longPhrase property: Long summary phrase for the next 120 minutes. Phrase length is 60+ characters.- Returns:
- the longPhrase value.
-
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.
-