public class Weather
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
Weather.Clouds |
class |
Weather.Condition |
class |
Weather.Rain |
class |
Weather.Snow |
class |
Weather.Temperature |
class |
Weather.Wind |
Modifier and Type | Field and Description |
---|---|
Weather.Clouds |
clouds |
Weather.Condition |
currentCondition |
byte[] |
iconData |
Location |
location |
Weather.Rain[] |
rain |
Weather.Snow |
snow |
Weather.Temperature |
temperature |
Weather.Wind |
wind |
Constructor and Description |
---|
Weather() |
public Location location
public Weather.Condition currentCondition
public Weather.Temperature temperature
public Weather.Wind wind
public Weather.Rain[] rain
public Weather.Snow snow
public Weather.Clouds clouds
public byte[] iconData