public class CurrentWeather
Modifier and Type | Class and Description |
---|---|
static class |
CurrentWeather.Static |
Modifier and Type | Field and Description |
---|---|
static CurrentWeather.Static |
Static |
Constructor and Description |
---|
CurrentWeather(Integer dt,
Rain rainData,
Snow snowData,
Coord coordData,
List<net.aksingh.owmjapis.model.param.Weather> weatherList,
String cityName,
Integer respCode,
Main mainData,
Cloud cloudData,
Integer cityId,
System systemData,
String baseStation,
Wind windData) |
CurrentWeather() |
Modifier and Type | Method and Description |
---|---|
Integer |
component10() |
System |
component11() |
String |
component12() |
Wind |
component13() |
Rain |
component2() |
Snow |
component3() |
Coord |
component4() |
List<net.aksingh.owmjapis.model.param.Weather> |
component5() |
String |
component6() |
Integer |
component7() |
Main |
component8() |
Cloud |
component9() |
CurrentWeather |
copy(Integer dt,
Rain rainData,
Snow snowData,
Coord coordData,
List<net.aksingh.owmjapis.model.param.Weather> weatherList,
String cityName,
Integer respCode,
Main mainData,
Cloud cloudData,
Integer cityId,
System systemData,
String baseStation,
Wind windData) |
boolean |
equals(Object p) |
static CurrentWeather |
fromJson(String json) |
String |
getBaseStation() |
Integer |
getCityId() |
String |
getCityName() |
Cloud |
getCloudData() |
Coord |
getCoordData() |
NonExistentClass |
getDateTime() |
Main |
getMainData() |
Rain |
getRainData() |
Integer |
getRespCode() |
Snow |
getSnowData() |
System |
getSystemData() |
List<net.aksingh.owmjapis.model.param.Weather> |
getWeatherList() |
Wind |
getWindData() |
boolean |
hasBaseStation() |
boolean |
hasCityId() |
boolean |
hasCityName() |
boolean |
hasCloudData() |
boolean |
hasCoordData() |
boolean |
hasDateTime() |
boolean |
hasMainData() |
boolean |
hasRainData() |
boolean |
hasRespCode() |
boolean |
hasSnowData() |
boolean |
hasWeatherList() |
boolean |
hasWindData() |
int |
hashCode() |
boolean |
hassystemData() |
void |
setDateTime(NonExistentClass p) |
static String |
toJson(CurrentWeather pojo) |
static String |
toJsonPretty(CurrentWeather pojo) |
String |
toString() |
public static CurrentWeather.Static Static
public CurrentWeather(Integer dt, Rain rainData, Snow snowData, Coord coordData, List<net.aksingh.owmjapis.model.param.Weather> weatherList, String cityName, Integer respCode, Main mainData, Cloud cloudData, Integer cityId, System systemData, String baseStation, Wind windData)
public CurrentWeather()
public NonExistentClass getDateTime()
public void setDateTime(NonExistentClass p)
public boolean hasDateTime()
public boolean hasRainData()
public boolean hasSnowData()
public boolean hasCoordData()
public boolean hasWeatherList()
public boolean hasCityName()
public boolean hasRespCode()
public boolean hasMainData()
public boolean hasCloudData()
public boolean hasCityId()
public boolean hassystemData()
public boolean hasBaseStation()
public boolean hasWindData()
public Rain getRainData()
public Snow getSnowData()
public Coord getCoordData()
public List<net.aksingh.owmjapis.model.param.Weather> getWeatherList()
public String getCityName()
public Integer getRespCode()
public Main getMainData()
public Cloud getCloudData()
public Integer getCityId()
public System getSystemData()
public String getBaseStation()
public Wind getWindData()
public Rain component2()
public Snow component3()
public Coord component4()
public List<net.aksingh.owmjapis.model.param.Weather> component5()
public String component6()
public Integer component7()
public Main component8()
public Cloud component9()
public Integer component10()
public System component11()
public String component12()
public Wind component13()
public CurrentWeather copy(Integer dt, Rain rainData, Snow snowData, Coord coordData, List<net.aksingh.owmjapis.model.param.Weather> weatherList, String cityName, Integer respCode, Main mainData, Cloud cloudData, Integer cityId, System systemData, String baseStation, Wind windData)
public String toString()
public int hashCode()
public boolean equals(Object p)
public static CurrentWeather fromJson(String json)
public static String toJson(CurrentWeather pojo)
public static String toJsonPretty(CurrentWeather pojo)