Package com.aerisweather.aeris.model
Class StormcellsHail
- java.lang.Object
-
- com.aerisweather.aeris.model.StormcellsHail
-
public class StormcellsHail extends Object
Hail summary information about the stormcell.
-
-
Field Summary
Fields Modifier and Type Field Description MaxSize
maxSize
Maximum diameter of hail stones in inchesProbability
prob
Probability that the storm contains hail of any sizeProbability
probSevere
Probability that the storm contains severe hail
-
Constructor Summary
Constructors Constructor Description StormcellsHail()
-
-
-
Field Detail
-
prob
public Probability prob
Probability that the storm contains hail of any size
-
probSevere
public Probability probSevere
Probability that the storm contains severe hail
-
maxSize
public MaxSize maxSize
Maximum diameter of hail stones in inches
-
-