public class DailyForecast extends AbstractWeatherResponse implements Forecast
| Modifier and Type | Field and Description |
|---|---|
static java.lang.reflect.Type |
TYPE |
static java.lang.reflect.Type |
TYPE_LIST |
| Constructor and Description |
|---|
DailyForecast() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
double |
getClouds() |
WindDirection |
getDirection() |
double |
getHumidity() |
double |
getRain() |
double |
getSpeed() |
Temperature |
getTemperature() |
int |
hashCode() |
void |
setClouds(double clouds) |
void |
setDirection(WindDirection direction) |
void |
setHumidity(double humidity) |
void |
setRain(double rain) |
void |
setSpeed(double speed) |
void |
setTemperature(Temperature temperature) |
java.lang.String |
toString() |
getDateTime, getWeather, setDateTime, setWeatherpublic static final java.lang.reflect.Type TYPE
public static final java.lang.reflect.Type TYPE_LIST
public boolean equals(java.lang.Object o)
equals in class AbstractWeatherResponseprotected boolean canEqual(java.lang.Object other)
canEqual in class AbstractWeatherResponsepublic int hashCode()
hashCode in class AbstractWeatherResponsepublic Temperature getTemperature()
public double getHumidity()
public double getSpeed()
public double getClouds()
public double getRain()
public WindDirection getDirection()
public void setTemperature(Temperature temperature)
public void setHumidity(double humidity)
public void setSpeed(double speed)
public void setClouds(double clouds)
public void setRain(double rain)
public void setDirection(WindDirection direction)
public java.lang.String toString()
toString in class AbstractWeatherResponse