Package com.azure.maps.weather.models
Class SevereWeatherAlertDescription
java.lang.Object
com.azure.maps.weather.models.SevereWeatherAlertDescription
Description of a severe weather alert.
-
Method Summary
Modifier and TypeMethodDescriptionGet the description property: Description of the alert in the specified language.Get the status property: Description of the alert in English (en-US).
-
Method Details
-
getDescription
Get the description property: Description of the alert in the specified language. By default English (en-US) is returned if the language parameter is not specified in the request.- Returns:
- the description value.
-
getStatus
Get the status property: Description of the alert in English (en-US).- Returns:
- the status value.
-