public class Wind
Constructor and Description |
---|
Wind(Float speed,
Float degree,
Float gust) |
Wind() |
Modifier and Type | Method and Description |
---|---|
Float |
component1() |
Float |
component2() |
Float |
component3() |
Wind |
copy(Float speed,
Float degree,
Float gust) |
boolean |
equals(Object p) |
Float |
getDegree() |
Float |
getGust() |
Float |
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 Float getSpeed()
public Float getDegree()
public Float getGust()
public Float component1()
public Float component2()
public Float component3()
public Wind copy(Float speed, Float degree, Float gust)
public String toString()
public int hashCode()
public boolean equals(Object p)