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