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