public class WeatherData
| Modifier and Type | Class and Description |
|---|---|
static class |
WeatherData.Static |
| Modifier and Type | Field and Description |
|---|---|
static WeatherData.Static |
Static |
| Constructor and Description |
|---|
WeatherData(java.lang.Integer dt,
Main mainData,
Temp tempData,
java.lang.Double pressure,
java.lang.Double humidity,
java.util.List<net.aksingh.owmjapis.model.param.Weather> weatherList,
Cloud cloudData,
Wind windData,
System systemData,
java.lang.String dateTimeText) |
WeatherData() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
component10() |
Main |
component2() |
Temp |
component3() |
java.lang.Double |
component4() |
java.lang.Double |
component5() |
java.util.List<net.aksingh.owmjapis.model.param.Weather> |
component6() |
Cloud |
component7() |
Wind |
component8() |
System |
component9() |
WeatherData |
copy(java.lang.Integer dt,
Main mainData,
Temp tempData,
java.lang.Double pressure,
java.lang.Double humidity,
java.util.List<net.aksingh.owmjapis.model.param.Weather> weatherList,
Cloud cloudData,
Wind windData,
System systemData,
java.lang.String dateTimeText) |
boolean |
equals(java.lang.Object p) |
static WeatherData |
fromJson(java.lang.String json) |
Cloud |
getCloudData() |
java.util.Date |
getDateTime() |
java.lang.String |
getDateTimeText() |
java.lang.Double |
getHumidity() |
Main |
getMainData() |
java.lang.Double |
getPressure() |
System |
getSystemData() |
Temp |
getTempData() |
java.util.List<net.aksingh.owmjapis.model.param.Weather> |
getWeatherList() |
Wind |
getWindData() |
boolean |
hasCloudData() |
boolean |
hasDateTime() |
boolean |
hasDateTimeText() |
boolean |
hasHumidity() |
boolean |
hasMainData() |
boolean |
hasPressure() |
boolean |
hasTempData() |
boolean |
hasWeatherList() |
boolean |
hasWindData() |
int |
hashCode() |
boolean |
hassystemData() |
void |
setDateTime(java.util.Date p) |
static java.lang.String |
toJson(WeatherData pojo) |
static java.lang.String |
toJsonPretty(WeatherData pojo) |
java.lang.String |
toString() |
public static WeatherData.Static Static
public WeatherData(java.lang.Integer dt,
Main mainData,
Temp tempData,
java.lang.Double pressure,
java.lang.Double humidity,
java.util.List<net.aksingh.owmjapis.model.param.Weather> weatherList,
Cloud cloudData,
Wind windData,
System systemData,
java.lang.String dateTimeText)
public WeatherData()
public java.util.Date getDateTime()
public void setDateTime(java.util.Date p)
public boolean hasDateTime()
public boolean hasMainData()
public boolean hasTempData()
public boolean hasPressure()
public boolean hasHumidity()
public boolean hasWeatherList()
public boolean hasCloudData()
public boolean hasWindData()
public boolean hassystemData()
public boolean hasDateTimeText()
public Main getMainData()
public Temp getTempData()
public java.lang.Double getPressure()
public java.lang.Double getHumidity()
public java.util.List<net.aksingh.owmjapis.model.param.Weather> getWeatherList()
public Cloud getCloudData()
public Wind getWindData()
public System getSystemData()
public java.lang.String getDateTimeText()
public Main component2()
public Temp component3()
public java.lang.Double component4()
public java.lang.Double component5()
public java.util.List<net.aksingh.owmjapis.model.param.Weather> component6()
public Cloud component7()
public Wind component8()
public System component9()
public java.lang.String component10()
public WeatherData copy(java.lang.Integer dt, Main mainData, Temp tempData, java.lang.Double pressure, java.lang.Double humidity, java.util.List<net.aksingh.owmjapis.model.param.Weather> weatherList, Cloud cloudData, Wind windData, System systemData, java.lang.String dateTimeText)
public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object p)
public static WeatherData fromJson(java.lang.String json)
public static java.lang.String toJson(WeatherData pojo)
public static java.lang.String toJsonPretty(WeatherData pojo)