Class StormSearchResultItem

java.lang.Object
com.azure.maps.weather.models.StormSearchResultItem

public final class StormSearchResultItem extends Object
Government-issued active storm event.
  • Method Details

    • getYear

      public Integer getYear()
      Get the year property: Year of origination.
      Returns:
      the year value.
    • getBasinId

      public BasinId getBasinId()
      Get the basinId property: Basin identifier (AL, EP, SI, NI, CP, NP, SP).
      Returns:
      the basinId value.
    • getName

      public String getName()
      Get the name property: The name of the depression.
      Returns:
      the name value.
    • isActive

      public Boolean isActive()
      Get the isActive property: True if the depression has been updated recently.
      Returns:
      the isActive value.
    • isRetired

      public Boolean isRetired()
      Get the isRetired property: True if the storm name has been permanently retired in the source basin.
      Returns:
      the isRetired value.
    • isSubtropical

      public Boolean isSubtropical()
      Get the isSubtropical property: True when the depression is classified as a subtropical cyclone.
      Returns:
      the isSubtropical value.
    • getGovId

      public Integer getGovId()
      Get the govId property: Government storm ID. This will match the depression number.
      Returns:
      the govId value.