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