Package com.aerisweather.aeris.model
Class NormalPrecipitation
- java.lang.Object
-
- com.aerisweather.aeris.model.NormalPrecipitation
-
public class NormalPrecipitation extends Object
Object of the precipitation based normals. WIll be null if the observation station does not include precipitation normals
-
-
Field Summary
Fields Modifier and Type Field Description Number
mtdIN
The normal year to date precipitation in Inches.Number
mtdMM
The normal year to date precipitation in Millimeters.Number
ytdIN
The normal month to date precipitation in Inches.Number
ytdMM
The normal month to date precipitation in millimeters.
-
Constructor Summary
Constructors Constructor Description NormalPrecipitation()
-
-
-
Field Detail
-
ytdIN
public Number ytdIN
The normal month to date precipitation in Inches. Will be null for annual summaryPeriod (filter=annual)
-
ytdMM
public Number ytdMM
The normal month to date precipitation in millimeters. Will be null for annual summaryPeriod (filter=annual)
-
mtdIN
public Number mtdIN
The normal year to date precipitation in Inches. Will be null for monthly summaryPeriod (filter=monthly)
-
mtdMM
public Number mtdMM
The normal year to date precipitation in Millimeters. Will be null for monthly summaryPeriod (filter=monthly)
-
-