public class Cloud
Modifier and Type | Method and Description |
---|---|
Integer |
component1() |
Cloud |
copy(Integer cloudiness) |
boolean |
equals(Object p) |
Integer |
getCloudiness() |
boolean |
hasCloudiness() |
int |
hashCode() |
String |
toJson() |
String |
toJsonPretty() |
String |
toString() |
public boolean hasCloudiness()
public String toJson()
public String toJsonPretty()
public Integer getCloudiness()
public Integer component1()
public Cloud copy(Integer cloudiness)
public String toString()
public int hashCode()
public boolean equals(Object p)