Package com.azure.maps.weather.models
Class DailyHistoricalNormals
java.lang.Object
com.azure.maps.weather.models.DailyHistoricalNormals
The DailyHistoricalNormals model.
-
Method Summary
Modifier and TypeMethodDescriptionGet the degreeDaySummary property: Summary of heating or cooling degree day information.Get the precipitation property: The amount of precipitation (liquid equivalent) that has fallen.Get the temperature property: Temperature values.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 values.- Returns:
- the temperature value.
-
getDegreeDaySummary
Get the degreeDaySummary property: Summary of heating or cooling degree day information.- Returns:
- the degreeDaySummary value.
-
getPrecipitation
Get the precipitation property: The amount of precipitation (liquid equivalent) that has fallen.- Returns:
- the precipitation value.
-