Package com.azure.maps.weather.models
Class IntervalSummary
java.lang.Object
com.azure.maps.weather.models.IntervalSummary
The IntervalSummary model.
-
Method Summary
Modifier and TypeMethodDescriptionGet the briefDescription property: Brief summary phrase.Get the endMinute property: The last minute to which the summary applies.Get the iconCode property: Numeric value representing an image that displays the `iconPhrase`.Get the longPhrase property: Long summary phrase.Get the shortDescription property: Short summary phrase.Get the startMinute property: The first minute to which the summary applies.Get the totalMinutes property: The number of minutes for which the summary applies.
-
Method Details
-
getStartMinute
Get the startMinute property: The first minute to which the summary applies.- Returns:
- the startMinute value.
-
getEndMinute
Get the endMinute property: The last minute to which the summary applies.- Returns:
- the endMinute value.
-
getTotalMinutes
Get the totalMinutes property: The number of minutes for which the summary applies.- Returns:
- the totalMinutes value.
-
getShortDescription
Get the shortDescription property: Short summary phrase. Phrase length is approximately 25 characters.- Returns:
- the shortDescription value.
-
getBriefDescription
Get the briefDescription property: Brief summary phrase. Phrase length is approximately 60 characters.- Returns:
- the briefDescription value.
-
getLongPhrase
Get the longPhrase property: Long summary phrase. 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.
-