public class HourlyWeatherForecast
Modifier and Type | Class and Description |
---|---|
static class |
HourlyWeatherForecast.Static |
Modifier and Type | Field and Description |
---|---|
static HourlyWeatherForecast.Static |
Static |
Constructor and Description |
---|
HourlyWeatherForecast(String respCode,
Double message,
City cityData,
Integer dataCount,
List<net.aksingh.owmjapis.model.param.WeatherData> dataList) |
HourlyWeatherForecast() |
Modifier and Type | Method and Description |
---|---|
String |
component1() |
Double |
component2() |
City |
component3() |
Integer |
component4() |
List<net.aksingh.owmjapis.model.param.WeatherData> |
component5() |
HourlyWeatherForecast |
copy(String respCode,
Double message,
City cityData,
Integer dataCount,
List<net.aksingh.owmjapis.model.param.WeatherData> dataList) |
boolean |
equals(Object p) |
static HourlyWeatherForecast |
fromJson(String json) |
City |
getCityData() |
Integer |
getDataCount() |
List<net.aksingh.owmjapis.model.param.WeatherData> |
getDataList() |
Double |
getMessage() |
String |
getRespCode() |
boolean |
hasCityData() |
boolean |
hasDataCount() |
boolean |
hasDataList() |
boolean |
hasMessage() |
boolean |
hasRespCode() |
int |
hashCode() |
void |
setCityData(City p) |
void |
setDataCount(Integer p) |
void |
setDataList(List<net.aksingh.owmjapis.model.param.WeatherData> p) |
void |
setMessage(Double p) |
void |
setRespCode(String p) |
static String |
toJson(HourlyWeatherForecast pojo) |
static String |
toJsonPretty(HourlyWeatherForecast pojo) |
String |
toString() |
public static HourlyWeatherForecast.Static Static
public HourlyWeatherForecast(String respCode, Double message, City cityData, Integer dataCount, List<net.aksingh.owmjapis.model.param.WeatherData> dataList)
public HourlyWeatherForecast()
public boolean hasRespCode()
public boolean hasMessage()
public boolean hasCityData()
public boolean hasDataCount()
public boolean hasDataList()
public String getRespCode()
public void setRespCode(String p)
public Double getMessage()
public void setMessage(Double p)
public City getCityData()
public void setCityData(City p)
public Integer getDataCount()
public void setDataCount(Integer p)
public List<net.aksingh.owmjapis.model.param.WeatherData> getDataList()
public void setDataList(List<net.aksingh.owmjapis.model.param.WeatherData> p)
public String component1()
public Double component2()
public City component3()
public Integer component4()
public List<net.aksingh.owmjapis.model.param.WeatherData> component5()
public HourlyWeatherForecast copy(String respCode, Double message, City cityData, Integer dataCount, List<net.aksingh.owmjapis.model.param.WeatherData> dataList)
public String toString()
public int hashCode()
public boolean equals(Object p)
public static HourlyWeatherForecast fromJson(String json)
public static String toJson(HourlyWeatherForecast pojo)
public static String toJsonPretty(HourlyWeatherForecast pojo)