public class Rain
Modifier and Type | Method and Description |
---|---|
Integer |
component1() |
Rain |
copy(Integer precipVol3h) |
boolean |
equals(Object p) |
Integer |
getPrecipVol3h() |
boolean |
hasPrecipVol3h() |
int |
hashCode() |
String |
toJson() |
String |
toJsonPretty() |
String |
toString() |
public boolean hasPrecipVol3h()
public String toJson()
public String toJsonPretty()
public Integer getPrecipVol3h()
public Integer component1()
public Rain copy(Integer precipVol3h)
public String toString()
public int hashCode()
public boolean equals(Object p)