Package com.azure.maps.weather.models
Class DailyHistoricalRecords
java.lang.Object
com.azure.maps.weather.models.DailyHistoricalRecords
The DailyHistoricalRecords model.
-
Method Summary
Modifier and TypeMethodDescriptionGet the precipitation property: Maximum amount of precipitation (liquid equivalent) that has fallen.Get the snowfall property: Maximum snowfall.Get the temperature property: Temperature value.Get the timestamp property: Date and time of the current observation displayed in ISO 8601 format, for example, 2019-10-27T19:39:57-08:00.
-
Method Details
-
getTimestamp
Get the timestamp property: Date and time of the current observation displayed in ISO 8601 format, for example, 2019-10-27T19:39:57-08:00.- Returns:
- the timestamp value.
-
getTemperature
Get the temperature property: Temperature value.- Returns:
- the temperature value.
-
getPrecipitation
Get the precipitation property: Maximum amount of precipitation (liquid equivalent) that has fallen.- Returns:
- the precipitation value.
-
getSnowfall
Get the snowfall property: Maximum snowfall.- Returns:
- the snowfall value.
-