public class DailyWeatherForecast
Modifier and Type | Class and Description |
---|---|
static class |
DailyWeatherForecast.Static |
Modifier and Type | Field and Description |
---|---|
static DailyWeatherForecast.Static |
Static |
Constructor and Description |
---|
DailyWeatherForecast(String respCode,
Double message,
City cityData,
Integer dataCount,
List<net.aksingh.owmjapis.model.param.WeatherData> dataList) |
DailyWeatherForecast() |
Modifier and Type | Method and Description |
---|---|
String |
component1() |
Double |
component2() |
City |
component3() |
Integer |
component4() |
List<net.aksingh.owmjapis.model.param.WeatherData> |
component5() |
DailyWeatherForecast |
copy(String respCode,
Double message,
City cityData,
Integer dataCount,
List<net.aksingh.owmjapis.model.param.WeatherData> dataList) |
boolean |
equals(Object p) |
static DailyWeatherForecast |
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(DailyWeatherForecast pojo) |
static String |
toJsonPretty(DailyWeatherForecast pojo) |
String |
toString() |
public static DailyWeatherForecast.Static Static
public DailyWeatherForecast(String respCode, Double message, City cityData, Integer dataCount, List<net.aksingh.owmjapis.model.param.WeatherData> dataList)
public DailyWeatherForecast()
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 DailyWeatherForecast 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 DailyWeatherForecast fromJson(String json)
public static String toJson(DailyWeatherForecast pojo)
public static String toJsonPretty(DailyWeatherForecast pojo)