public class Wind
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) |
Double |
getDegree() |
Double |
getGust() |
Double |
getSpeed() |
boolean |
hasDegree() |
boolean |
hasGust() |
boolean |
hasSpeed() |
int |
hashCode() |
String |
toJson() |
String |
toJsonPretty() |
String |
toString() |
public boolean hasSpeed()
public boolean hasDegree()
public boolean hasGust()
public String toJson()
public String toJsonPretty()
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)