public class Weather
Modifier and Type | Class and Description |
---|---|
static class |
Weather.Static |
Modifier and Type | Field and Description |
---|---|
static Weather.Static |
Static |
Constructor and Description |
---|
Weather(Integer conditionId,
String mainInfo,
String moreInfo,
String iconCode) |
Weather() |
Modifier and Type | Method and Description |
---|---|
Integer |
component1() |
String |
component2() |
String |
component3() |
String |
component4() |
Weather |
copy(Integer conditionId,
String mainInfo,
String moreInfo,
String iconCode) |
boolean |
equals(Object p) |
static Weather |
fromJson(String json) |
Integer |
getConditionId() |
String |
getDescription() |
String |
getIconCode() |
String |
getIconLink() |
String |
getMainInfo() |
String |
getMoreInfo() |
boolean |
hasConditionId() |
boolean |
hasDescription() |
boolean |
hasIconCode() |
boolean |
hasIconLink() |
boolean |
hasMainInfo() |
boolean |
hasMoreInfo() |
int |
hashCode() |
static String |
toJson(Weather pojo) |
static String |
toJsonPretty(Weather pojo) |
String |
toString() |
public static Weather.Static Static
public Weather(Integer conditionId, String mainInfo, String moreInfo, String iconCode)
public Weather()
public String getDescription()
public String getIconLink()
public boolean hasConditionId()
public boolean hasMainInfo()
public boolean hasMoreInfo()
public boolean hasIconCode()
public boolean hasDescription()
public boolean hasIconLink()
public Integer getConditionId()
public String getMainInfo()
public String getMoreInfo()
public String getIconCode()
public Integer component1()
public String component2()
public String component3()
public String component4()
public Weather copy(Integer conditionId, String mainInfo, String moreInfo, String iconCode)
public String toString()
public int hashCode()
public boolean equals(Object p)
public static Weather fromJson(String json)
public static String toJson(Weather pojo)
public static String toJsonPretty(Weather pojo)