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 Summary
Fields Modifier and Type Field Description Number
cdd
The normal cooling degree daysint
day
The numeric day of the month, from 1 - 31.Number
hdd
The normal heating degree daysint
mon
The number of the month the normal is for, from 1 - 12.NormalPrecipitation
prcp
NormalSnow
snow
NormalTemperature
temp
String
type
Type of normal: daily, monthly or annual
-
Constructor Summary
Constructors Constructor Description NormalPeriod()
-
-
-
Field Detail
-
type
public String type
Type of normal: daily, monthly or annual
-
mon
public int mon
The number of the month the normal is for, from 1 - 12. Will be null for an annual summaryPeriod (filter=annual)
-
day
public 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)
-
temp
public NormalTemperature temp
-
prcp
public NormalPrecipitation prcp
-
snow
public NormalSnow snow
-
hdd
public Number hdd
The normal heating degree days
-
cdd
public Number cdd
The normal cooling degree days
-
-
Method Detail
-
fillWithInfo
public void fillWithInfo(Period period)
- Specified by:
fillWithInfo
in classAbstractPeriod
-
-