Serializablepublic class HourlyDataPoint extends DataPoint
| Constructor | Description |
|---|---|
HourlyDataPoint() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object obj) |
|
Double |
getPrecipAccumulation() |
|
int |
hashCode() |
|
void |
setPrecipAccumulation(Double precipAccumulation) |
getApparentTemperature, getCloudCover, getDewPoint, getHumidity, getIcon, getOzone, getPrecipIntensity, getPrecipProbability, getPrecipType, getPressure, getSummary, getTemperature, getTime, getVisibility, getWindBearing, getWindSpeed, setApparentTemperature, setCloudCover, setDewPoint, setHumidity, setIcon, setOzone, setPrecipIntensity, setPrecipProbability, setPrecipType, setPressure, setSummary, setTemperature, setTime, setVisibility, setWindBearing, setWindSpeedpublic Double getPrecipAccumulation()
public void setPrecipAccumulation(Double precipAccumulation)
precipAccumulation - The amount of snowfall accumulation expected to occur, in inches. (If no snowfall is expected, this property will not be defined.)Copyright © 2018. All rights reserved.