public class WeatherForecast extends Object
| Constructor and Description |
|---|
WeatherForecast(int timeslot,
List<WeatherForecastPrediction> predictions) |
WeatherForecast(Timeslot timeslot,
List<WeatherForecastPrediction> predictions)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Timeslot |
getCurrentTimeslot()
Deprecated.
|
long |
getId() |
List<WeatherForecastPrediction> |
getPredictions() |
Timeslot |
getTimeslot()
Deprecated.
|
int |
getTimeslotIndex() |
public WeatherForecast(int timeslot,
List<WeatherForecastPrediction> predictions)
@Deprecated public WeatherForecast(Timeslot timeslot, List<WeatherForecastPrediction> predictions)
public List<WeatherForecastPrediction> getPredictions()
public long getId()
public int getTimeslotIndex()
@Deprecated public Timeslot getCurrentTimeslot()
@Deprecated public Timeslot getTimeslot()
Copyright © 2015. All Rights Reserved.