Package com.azure.maps.weather.models
Class SevereWeatherAlert
java.lang.Object
com.azure.maps.weather.models.SevereWeatherAlert
Information about a severe weather alert.
-
Method Summary
Modifier and TypeMethodDescriptionGet the alertDetails property: Information about the alert specific to the affected area(s).Get the alertId property: A unique numerical identifier for a weather alert.Get the category property: Category of the alert.Get the classification property: Classification of the alert.Get the countryCode property: 2-character ISO 3166-1 Alpha-2 country code, for example, "US".Get the description property: Description of the alert.Get the disclaimer property: A disclaimer regarding the source of the alert information.getLevel()
Get the level property: Severity level of the alert.Get the priority property: Number signifying the importance or ranking order of the given alert within the country/region it has originated.Get the source property: The provider of the alert information.Get the sourceId property: A numerical identifier associated with the source provider name of the alert data.
-
Method Details
-
getCountryCode
Get the countryCode property: 2-character ISO 3166-1 Alpha-2 country code, for example, "US".- Returns:
- the countryCode value.
-
getAlertId
Get the alertId property: A unique numerical identifier for a weather alert.- Returns:
- the alertId value.
-
getDescription
Get the description property: Description of the alert.- Returns:
- the description value.
-
getCategory
Get the category property: Category of the alert.- Returns:
- the category value.
-
getPriority
Get the priority property: Number signifying the importance or ranking order of the given alert within the country/region it has originated. A lower number signifies a higher priority. For example, 1 is the highest priority. The number varies by country/region and can change over time as each country/region evolves their alert systems.- Returns:
- the priority value.
-
getClassification
Get the classification property: Classification of the alert. This field is not available for all countries and therefore not always returned.- Returns:
- the classification value.
-
getLevel
Get the level property: Severity level of the alert. This field is not available for all countries and therefore not always returned.- Returns:
- the level value.
-
getSource
Get the source property: The provider of the alert information. By default the source is returned in English (en-US). The alerts are from official Government Meteorological Agencies and leading global weather alert providers.- Returns:
- the source value.
-
getSourceId
Get the sourceId property: A numerical identifier associated with the source provider name of the alert data.- Returns:
- the sourceId value.
-
getDisclaimer
Get the disclaimer property: A disclaimer regarding the source of the alert information. This field is not always available. For example, disclaimer may include details about the delays or potential issues related to the alarm.- Returns:
- the disclaimer value.
-
getAlertDetails
Get the alertDetails property: Information about the alert specific to the affected area(s).- Returns:
- the alertDetails value.
-