Package com.aerisweather.aeris.model
Class ThreatsDataJSON
- java.lang.Object
-
- com.aerisweather.aeris.model.ThreatsDataJSON
-
public class ThreatsDataJSON extends Object
-
-
Field Summary
Fields Modifier and Type Field Description AerisLocation
loc
ThreatsPeriod[]
periods
Place
place
Profile
profile
-
Constructor Summary
Constructors Constructor Description ThreatsDataJSON()
-
-
-
Field Detail
-
loc
public AerisLocation loc
-
place
public Place place
-
profile
public Profile profile
-
periods
public ThreatsPeriod[] periods
-
-
Method Detail
-
fromJSON
public static ThreatsDataJSON fromJSON(org.json.JSONObject jsonObject)
-
-