Package com.aerisweather.aeris.model
Class Indice
- java.lang.Object
-
- com.aerisweather.aeris.model.Indice
-
public class Indice extends Object
The information for an Indice response.
-
-
Field Summary
Fields Modifier and Type Field Description IndiceCurrent
current
Current Indice dataIndiceForecast
forecast
Future Indice dataIndiceRange
range
Possible range of values (example: for migraine this is 1 to 5)String
type
The type of Indice - see the Indice endpoint docs for the available types (arthritis, coldflu, sinus, etc.)
-
Constructor Summary
Constructors Constructor Description Indice()
-
-
-
Field Detail
-
type
public String type
The type of Indice - see the Indice endpoint docs for the available types (arthritis, coldflu, sinus, etc.)
-
range
public IndiceRange range
Possible range of values (example: for migraine this is 1 to 5)
-
current
public IndiceCurrent current
Current Indice data
-
forecast
public IndiceForecast forecast
Future Indice data
-
-