public class Wind
Modifier and Type | Class and Description |
---|---|
static class |
Wind.Static |
Modifier and Type | Field and Description |
---|---|
static Wind.Static |
Static |
Constructor and Description |
---|
Wind(Double speed,
Double degree,
Double gust) |
Wind() |
Modifier and Type | Method and Description |
---|---|
Double |
component1() |
Double |
component2() |
Double |
component3() |
Wind |
copy(Double speed,
Double degree,
Double gust) |
boolean |
equals(Object p) |
static Wind |
fromJson(String json) |
Double |
getDegree() |
Double |
getGust() |
Double |
getSpeed() |
boolean |
hasDegree() |
boolean |
hasGust() |
boolean |
hasSpeed() |
int |
hashCode() |
static String |
toJson(Wind pojo) |
static String |
toJsonPretty(Wind pojo) |
String |
toString() |
public static Wind.Static Static
public boolean hasSpeed()
public boolean hasDegree()
public boolean hasGust()
public Double getSpeed()
public Double getDegree()
public Double getGust()
public Double component1()
public Double component2()
public Double component3()
public Wind copy(Double speed, Double degree, Double gust)
public String toString()
public int hashCode()
public boolean equals(Object p)
public static Wind fromJson(String json)
public static String toJson(Wind pojo)
public static String toJsonPretty(Wind pojo)