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(Integer dt,
Main mainData,
Temp tempData,
Double pressure,
Integer humidity,
List<net.aksingh.owmjapis.model.param.Weather> weatherList,
Cloud cloudData,
Wind windData,
System systemData,
String dateTimeText) |
WeatherData() |
Modifier and Type | Method and Description |
---|---|
String |
component10() |
Main |
component2() |
Temp |
component3() |
Double |
component4() |
Integer |
component5() |
List<net.aksingh.owmjapis.model.param.Weather> |
component6() |
Cloud |
component7() |
Wind |
component8() |
System |
component9() |
WeatherData |
copy(Integer dt,
Main mainData,
Temp tempData,
Double pressure,
Integer humidity,
List<net.aksingh.owmjapis.model.param.Weather> weatherList,
Cloud cloudData,
Wind windData,
System systemData,
String dateTimeText) |
boolean |
equals(Object p) |
static WeatherData |
fromJson(String json) |
Cloud |
getCloudData() |
NonExistentClass |
getDateTime() |
String |
getDateTimeText() |
Integer |
getHumidity() |
Main |
getMainData() |
Double |
getPressure() |
System |
getSystemData() |
Temp |
getTempData() |
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(NonExistentClass p) |
static String |
toJson(WeatherData pojo) |
static String |
toJsonPretty(WeatherData pojo) |
String |
toString() |
public static WeatherData.Static Static
public WeatherData(Integer dt, Main mainData, Temp tempData, Double pressure, Integer humidity, List<net.aksingh.owmjapis.model.param.Weather> weatherList, Cloud cloudData, Wind windData, System systemData, String dateTimeText)
public WeatherData()
public NonExistentClass getDateTime()
public void setDateTime(NonExistentClass 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 Double getPressure()
public Integer getHumidity()
public List<net.aksingh.owmjapis.model.param.Weather> getWeatherList()
public Cloud getCloudData()
public Wind getWindData()
public System getSystemData()
public String getDateTimeText()
public Main component2()
public Temp component3()
public Double component4()
public Integer component5()
public List<net.aksingh.owmjapis.model.param.Weather> component6()
public Cloud component7()
public Wind component8()
public System component9()
public String component10()
public WeatherData copy(Integer dt, Main mainData, Temp tempData, Double pressure, Integer humidity, List<net.aksingh.owmjapis.model.param.Weather> weatherList, Cloud cloudData, Wind windData, System systemData, String dateTimeText)
public String toString()
public int hashCode()
public boolean equals(Object p)
public static WeatherData fromJson(String json)
public static String toJson(WeatherData pojo)
public static String toJsonPretty(WeatherData pojo)