public class WeatherConfig
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
WeatherConfig.UNIT_SYSTEM |
Modifier and Type | Field and Description |
---|---|
java.lang.String |
ApiKey |
java.lang.String |
lang |
int |
maxResult
This parameter represents the number of results that the city search should return
|
int |
numDays |
WeatherConfig.UNIT_SYSTEM |
unitSystem |
Constructor and Description |
---|
WeatherConfig() |
public int maxResult
public int numDays
public java.lang.String lang
public java.lang.String ApiKey
public WeatherConfig.UNIT_SYSTEM unitSystem