public class Weather
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) |
Integer |
getConditionId() |
String |
getIconCode() |
String |
getMainInfo() |
String |
getMoreInfo() |
boolean |
hasConditionId() |
boolean |
hasIconCode() |
boolean |
hasMainInfo() |
boolean |
hasMoreInfo() |
int |
hashCode() |
String |
toJson() |
String |
toJsonPretty() |
String |
toString() |
public Weather(Integer conditionId, String mainInfo, String moreInfo, String iconCode)
public Weather()
public boolean hasConditionId()
public boolean hasMainInfo()
public boolean hasMoreInfo()
public boolean hasIconCode()
public String toJson()
public String toJsonPretty()
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)