Package com.azure.maps.weather.models
Class DailyForecastDetail
java.lang.Object
com.azure.maps.weather.models.DailyForecastDetail
The DailyForecastDetail model.
-
Method Summary
Modifier and TypeMethodDescriptionGet the cloudCover property: Percent representing cloud cover.Get the hoursOfIce property: Hours of ice.Get the hoursOfPrecipitation property: Hours of precipitation.Get the hoursOfRain property: Hours of rain.Get the hoursOfSnow property: Hours of snow.Get the iceProbability property: Percent representing the probability of ice.Get the ice property: Ice.Get the iconCode property: Numeric value representing an image that displays the `iconPhrase`.Get the iconPhrase property: Phrase description of the icon.Get the localSource property: Local weather data provider information.Get the longPhrase property: Phrase description of the forecast in specified language.Get the precipitationIntensity property: Description of the intensity.Get the precipitationProbability property: Percent representing the probability of precipitation.Get the precipitationType property: Specifies the type of precipitation ("Rain" "Snow" "Ice" or "Mix").Get the rainProbability property: Percent representing the probability of rain.Get the rain property: Rain.Get the shortDescription property: Phrase description of the forecast in specified language.Get the snowProbability property: Percent representing the probability of snow.Get the snow property: Snow.Get the thunderstormProbability property: Percent representing the probability of a thunderstorm.Get the totalLiquid property: Total liquid equivalent of precipitation during the forecast period.Get the windGust property: Wind gust.Get the wind property: Wind details being returned including speed and direction.Get the hasPrecipitation property: Indicates the presence or absence of precipitation.
-
Method Details
-
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.
-
getIconPhrase
Get the iconPhrase property: Phrase description of the icon. Displayed in specified language. For example, 'Sunny'.- Returns:
- the iconPhrase value.
-
getLocalSource
Get the localSource property: Local weather data provider information.- Returns:
- the localSource value.
-
hasPrecipitation
Get the hasPrecipitation property: Indicates the presence or absence of precipitation. True indicates the presence of precipitation, false indicates the absence of precipitation.- Returns:
- the hasPrecipitation value.
-
getPrecipitationType
Get the precipitationType property: Specifies the type of precipitation ("Rain" "Snow" "Ice" or "Mix"). If dbz is zero, precipitationType is not present in the response.- Returns:
- the precipitationType value.
-
getPrecipitationIntensity
Get the precipitationIntensity property: Description of the intensity.- Returns:
- the precipitationIntensity value.
-
getShortDescription
Get the shortDescription property: Phrase description of the forecast in specified language. Azure Maps attempts to keep this phrase under 30 characters in length, but some languages/weather events may result in a longer phrase length, exceeding 30 characters.- Returns:
- the shortDescription value.
-
getLongPhrase
Get the longPhrase property: Phrase description of the forecast in specified language. Azure Maps attempts to keep this phrase under 100 characters in length, but some languages/weather events may result in a longer phrase length, exceeding 100 characters.- Returns:
- the longPhrase value.
-
getPrecipitationProbability
Get the precipitationProbability property: Percent representing the probability of precipitation. For example, '20'.- Returns:
- the precipitationProbability value.
-
getThunderstormProbability
Get the thunderstormProbability property: Percent representing the probability of a thunderstorm. For example, '80'.- Returns:
- the thunderstormProbability value.
-
getRainProbability
Get the rainProbability property: Percent representing the probability of rain. For example, '40'.- Returns:
- the rainProbability value.
-
getSnowProbability
Get the snowProbability property: Percent representing the probability of snow. For example, '30'.- Returns:
- the snowProbability value.
-
getIceProbability
Get the iceProbability property: Percent representing the probability of ice. For example, '30'.- Returns:
- the iceProbability value.
-
getWindUnitDetails
Get the wind property: Wind details being returned including speed and direction.- Returns:
- the wind value.
-
getWindGust
Get the windGust property: Wind gust. Wind gust is a sudden, brief increase in speed of the wind.- Returns:
- the windGust value.
-
getTotalLiquid
Get the totalLiquid property: Total liquid equivalent of precipitation during the forecast period.- Returns:
- the totalLiquid value.
-
getRainUnitDetails
Get the rain property: Rain.- Returns:
- the rain value.
-
getSnowUnitDetails
Get the snow property: Snow.- Returns:
- the snow value.
-
getIceUnitDetails
Get the ice property: Ice.- Returns:
- the ice value.
-
getHoursOfPrecipitation
Get the hoursOfPrecipitation property: Hours of precipitation.- Returns:
- the hoursOfPrecipitation value.
-
getHoursOfRain
Get the hoursOfRain property: Hours of rain.- Returns:
- the hoursOfRain value.
-
getHoursOfSnow
Get the hoursOfSnow property: Hours of snow.- Returns:
- the hoursOfSnow value.
-
getHoursOfIce
Get the hoursOfIce property: Hours of ice.- Returns:
- the hoursOfIce value.
-
getCloudCover
Get the cloudCover property: Percent representing cloud cover.- Returns:
- the cloudCover value.
-