public class Cloud
Modifier and Type | Class and Description |
---|---|
static class |
Cloud.Static |
Modifier and Type | Field and Description |
---|---|
static Cloud.Static |
Static |
Modifier and Type | Method and Description |
---|---|
Integer |
component1() |
Cloud |
copy(Integer cloudiness) |
boolean |
equals(Object p) |
static Cloud |
fromJson(String json) |
Integer |
getCloudiness() |
boolean |
hasCloudiness() |
int |
hashCode() |
static String |
toJson(Cloud pojo) |
static String |
toJsonPretty(Cloud pojo) |
String |
toString() |
public static Cloud.Static Static
public boolean hasCloudiness()
public Integer getCloudiness()
public Integer component1()
public Cloud copy(Integer cloudiness)
public String toString()
public int hashCode()
public boolean equals(Object p)
public static Cloud fromJson(String json)
public static String toJson(Cloud pojo)
public static String toJsonPretty(Cloud pojo)