Package com.aerisweather.aeris.model
Class AdvisoryIncludes
- java.lang.Object
-
- com.aerisweather.aeris.model.AdvisoryIncludes
-
public class AdvisoryIncludes extends Object
-
-
Field Summary
Fields Modifier and Type Field Description List<String>
counties
List of US counties in the XXC### format, where XX is the state abbreivation and ### is the 3 digit county fips numberList<String>
fips
List of US counties in the XXZZZ format, where XX is the state two digit fips number and ### is the 3 digit county fips numberList<String>
wxzones
List of US public weather zones in the NOAA XXZ### format, where XX is the state abbreivation and ### is the 3 digit public zone id.List<Integer>
zipcodes
List of US zip codes that are affected by the advisory.
-
Constructor Summary
Constructors Constructor Description AdvisoryIncludes()
-
-
-
Field Detail
-
counties
public List<String> counties
List of US counties in the XXC### format, where XX is the state abbreivation and ### is the 3 digit county fips number
-
fips
public List<String> fips
List of US counties in the XXZZZ format, where XX is the state two digit fips number and ### is the 3 digit county fips number
-
wxzones
public List<String> wxzones
List of US public weather zones in the NOAA XXZ### format, where XX is the state abbreivation and ### is the 3 digit public zone id.
-
-