Package com.azure.maps.weather.models
Class PrecipitationSummary
java.lang.Object
com.azure.maps.weather.models.PrecipitationSummary
The PrecipitationSummary model.
-
Method Summary
Modifier and TypeMethodDescriptionGet the pastEighteenHours property: The amount of precipitation (liquid equivalent) that has fallen in the past 18 hours.Get the pastHour property: The amount of precipitation (liquid equivalent) that has fallen in the past hour.Get the pastNineHours property: The amount of precipitation (liquid equivalent) that has fallen in the past nine hours.Get the pastSixHours property: The amount of precipitation (liquid equivalent) that has fallen in the past six hours.Get the pastThreeHours property: The amount of precipitation (liquid equivalent) that has fallen in the past three hours.Get the pastTwelveHours property: The amount of precipitation (liquid equivalent) that has fallen in the past 12 hours.Get the pastTwentyFourHours property: The amount of precipitation (liquid equivalent) that has fallen in the past 24 hours.
-
Method Details
-
getPastHour
Get the pastHour property: The amount of precipitation (liquid equivalent) that has fallen in the past hour.- Returns:
- the pastHour value.
-
getPastThreeHours
Get the pastThreeHours property: The amount of precipitation (liquid equivalent) that has fallen in the past three hours.- Returns:
- the pastThreeHours value.
-
getPastSixHours
Get the pastSixHours property: The amount of precipitation (liquid equivalent) that has fallen in the past six hours. Contains Metric and Imperial Values.- Returns:
- the pastSixHours value.
-
getPastNineHours
Get the pastNineHours property: The amount of precipitation (liquid equivalent) that has fallen in the past nine hours.- Returns:
- the pastNineHours value.
-
getPastTwelveHours
Get the pastTwelveHours property: The amount of precipitation (liquid equivalent) that has fallen in the past 12 hours.- Returns:
- the pastTwelveHours value.
-
getPastEighteenHours
Get the pastEighteenHours property: The amount of precipitation (liquid equivalent) that has fallen in the past 18 hours.- Returns:
- the pastEighteenHours value.
-
getPastTwentyFourHours
Get the pastTwentyFourHours property: The amount of precipitation (liquid equivalent) that has fallen in the past 24 hours.- Returns:
- the pastTwentyFourHours value.
-