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