| Package | com.yahoo.webapis.weather |
| Class | public class ForecastConditions |
| Property | Defined by | ||
|---|---|---|---|
| code : Number
Condition code.
| ForecastConditions | ||
| date : Date
The date for which the forecast is made.
| ForecastConditions | ||
| description : String
Forecast description
| ForecastConditions | ||
| high : Number
The high temperature forecast
| ForecastConditions | ||
| imageURL : String
URL of an image corresponding to forecast conditions.
| ForecastConditions | ||
| low : Number
The low temperature forecast
| ForecastConditions | ||
| Method | Defined by | ||
|---|---|---|---|
|
ForecastConditions class constructor
| ForecastConditions | ||
| code | property |
public var code:NumberCondition code.
| date | property |
public var date:DateThe date for which the forecast is made.
| description | property |
public var description:StringForecast description
| high | property |
public var high:NumberThe high temperature forecast
| imageURL | property |
public var imageURL:StringURL of an image corresponding to forecast conditions.
| low | property |
public var low:NumberThe low temperature forecast
| ForecastConditions | () | constructor |
public function ForecastConditions()ForecastConditions class constructor