Package com.aerisweather.aeris.model
Class NormalPeriod
- java.lang.Object
- 
- com.aerisweather.aeris.model.AbstractPeriod
- 
- com.aerisweather.aeris.model.NormalPeriod
 
 
- 
 public class NormalPeriod extends AbstractPeriod Period of a normal data from the request with endpointNormals
- 
- 
Field SummaryFields Modifier and Type Field Description NumbercddThe normal cooling degree daysintdayThe numeric day of the month, from 1 - 31.NumberhddThe normal heating degree daysintmonThe number of the month the normal is for, from 1 - 12.NormalPrecipitationprcpNormalSnowsnowNormalTemperaturetempStringtypeType of normal: daily, monthly or annual
 - 
Constructor SummaryConstructors Constructor Description NormalPeriod()
 
- 
- 
- 
Field Detail- 
typepublic String type Type of normal: daily, monthly or annual
 - 
monpublic int mon The number of the month the normal is for, from 1 - 12. Will be null for an annual summaryPeriod (filter=annual)
 - 
daypublic int day The numeric day of the month, from 1 - 31. Will be null for both a monthly and annual summaryPeriod (filter=monthly or filter=annual)
 - 
temppublic NormalTemperature temp 
 - 
prcppublic NormalPrecipitation prcp 
 - 
snowpublic NormalSnow snow 
 - 
hddpublic Number hdd The normal heating degree days
 - 
cddpublic Number cdd The normal cooling degree days
 
- 
 - 
Method Detail- 
fillWithInfopublic void fillWithInfo(Period period) - Specified by:
- fillWithInfoin class- AbstractPeriod
 
 
- 
 
-