Package com.aerisweather.aeris.model
Class Hail
- java.lang.Object
-
- com.aerisweather.aeris.model.Hail
-
public class Hail extends Object
Hail information about the storm.
-
-
Field Summary
Fields Modifier and Type Field Description String
maxSize
Maximum diameter of hail stones in hundredths of an inchNumber
maxSizeIN
Maximum diameter of hail stones in inchesNumber
prob
Probability that the storm contains hail of any sizeNumber
probSevere
Probability that the storm contains severe hail
-
Constructor Summary
Constructors Constructor Description Hail()
-
-
-
Field Detail
-
probSevere
public Number probSevere
Probability that the storm contains severe hail
-
prob
public Number prob
Probability that the storm contains hail of any size
-
maxSizeIN
public Number maxSizeIN
Maximum diameter of hail stones in inches
-
maxSize
public String maxSize
Maximum diameter of hail stones in hundredths of an inch
-
-