public class CurrentWeatherList
| Modifier and Type | Class and Description |
|---|---|
static class |
CurrentWeatherList.Static |
| Modifier and Type | Field and Description |
|---|---|
static CurrentWeatherList.Static |
Static |
| Constructor and Description |
|---|
CurrentWeatherList(java.lang.String respCode,
java.lang.Double calcTime,
java.lang.Short dataCount,
java.util.List<net.aksingh.owmjapis.model.CurrentWeather> dataList) |
CurrentWeatherList() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
component1() |
java.lang.Double |
component2() |
java.lang.Short |
component3() |
java.util.List<net.aksingh.owmjapis.model.CurrentWeather> |
component4() |
CurrentWeatherList |
copy(java.lang.String respCode,
java.lang.Double calcTime,
java.lang.Short dataCount,
java.util.List<net.aksingh.owmjapis.model.CurrentWeather> dataList) |
boolean |
equals(java.lang.Object p) |
static CurrentWeatherList |
fromJson(java.lang.String json) |
java.lang.Double |
getCalcTime() |
java.lang.Short |
getDataCount() |
java.util.List<net.aksingh.owmjapis.model.CurrentWeather> |
getDataList() |
java.lang.String |
getRespCode() |
boolean |
hasCalcTime() |
boolean |
hasDataCount() |
boolean |
hasDataList() |
boolean |
hasRespCode() |
int |
hashCode() |
void |
setCalcTime(java.lang.Double p) |
void |
setDataCount(java.lang.Short p) |
void |
setDataList(java.util.List<net.aksingh.owmjapis.model.CurrentWeather> p) |
void |
setRespCode(java.lang.String p) |
static java.lang.String |
toJson(CurrentWeatherList pojo) |
static java.lang.String |
toJsonPretty(CurrentWeatherList pojo) |
java.lang.String |
toString() |
public static CurrentWeatherList.Static Static
public CurrentWeatherList(java.lang.String respCode,
java.lang.Double calcTime,
java.lang.Short dataCount,
java.util.List<net.aksingh.owmjapis.model.CurrentWeather> dataList)
public CurrentWeatherList()
public boolean hasRespCode()
public boolean hasCalcTime()
public boolean hasDataCount()
public boolean hasDataList()
public java.lang.String getRespCode()
public void setRespCode(java.lang.String p)
public java.lang.Double getCalcTime()
public void setCalcTime(java.lang.Double p)
public java.lang.Short getDataCount()
public void setDataCount(java.lang.Short p)
public java.util.List<net.aksingh.owmjapis.model.CurrentWeather> getDataList()
public void setDataList(java.util.List<net.aksingh.owmjapis.model.CurrentWeather> p)
public java.lang.String component1()
public java.lang.Double component2()
public java.lang.Short component3()
public java.util.List<net.aksingh.owmjapis.model.CurrentWeather> component4()
public CurrentWeatherList copy(java.lang.String respCode, java.lang.Double calcTime, java.lang.Short dataCount, java.util.List<net.aksingh.owmjapis.model.CurrentWeather> dataList)
public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object p)
public static CurrentWeatherList fromJson(java.lang.String json)
public static java.lang.String toJson(CurrentWeatherList pojo)
public static java.lang.String toJsonPretty(CurrentWeatherList pojo)