public class Data
Constructor and Description |
---|
Data(Integer dt,
Main mainData,
Temp tempData,
Float pressure,
Integer humidity,
List<net.aksingh.owmjapis.model.param.Weather> weatherList,
Cloud cloudData,
Wind windData,
System systemData,
String dateTimeText) |
Data() |
Modifier and Type | Method and Description |
---|---|
String |
component10() |
Main |
component2() |
Temp |
component3() |
Float |
component4() |
Integer |
component5() |
List<net.aksingh.owmjapis.model.param.Weather> |
component6() |
Cloud |
component7() |
Wind |
component8() |
System |
component9() |
Data |
copy(Integer dt,
Main mainData,
Temp tempData,
Float pressure,
Integer humidity,
List<net.aksingh.owmjapis.model.param.Weather> weatherList,
Cloud cloudData,
Wind windData,
System systemData,
String dateTimeText) |
boolean |
equals(Object p) |
Cloud |
getCloudData() |
NonExistentClass |
getDateTime() |
String |
getDateTimeText() |
Integer |
getHumidity() |
Main |
getMainData() |
Float |
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) |
String |
toJson() |
String |
toJsonPretty() |
String |
toString() |
public Data(Integer dt, Main mainData, Temp tempData, Float pressure, Integer humidity, List<net.aksingh.owmjapis.model.param.Weather> weatherList, Cloud cloudData, Wind windData, System systemData, String dateTimeText)
public Data()
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 String toJson()
public String toJsonPretty()
public Main getMainData()
public Temp getTempData()
public Float 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 Float 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 Data copy(Integer dt, Main mainData, Temp tempData, Float 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)