Package com.aerisweather.aeris.response
Class TropicalCyclonesResponse
- java.lang.Object
-
- com.aerisweather.aeris.model.AerisResponse
-
- com.aerisweather.aeris.response.TropicalCyclonesResponse
-
public class TropicalCyclonesResponse extends AerisResponse
Object to make thetropical_cyclones
endpoint response more friendly.
-
-
Field Summary
-
Fields inherited from class com.aerisweather.aeris.model.AerisResponse
error, responses, success
-
-
Constructor Summary
Constructors Constructor Description TropicalCyclonesResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TropicalCyclonesResponse
fromTropicalJSON(org.json.JSONObject jsonObject)
-
Methods inherited from class com.aerisweather.aeris.model.AerisResponse
createObjectWithError, createWithError, fromJSON, getError, getFirstResponse, getListOfResponse, getNumberOfResponses, getResponse, isSuccessful, isSuccessfulWithResponses
-
-
-
-
Method Detail
-
fromTropicalJSON
public TropicalCyclonesResponse fromTropicalJSON(org.json.JSONObject jsonObject)
-
-