Package nwsWeatherApi
Class ZoneForecastPeriod
java.lang.Object
nwsWeatherApi.ForecastPeriod
nwsWeatherApi.ZoneForecastPeriod
Holds information about
ZoneForecast periods.- Author:
- cobalt
-
Constructor Summary
ConstructorsConstructorDescriptionZoneForecastPeriod(com.github.cliftonlabs.json_simple.JsonObject obj) Constructs a ZoneForecastPeriod from a valid JSON of the ZoneForecast schema of the NWS API. -
Method Summary
Methods inherited from class nwsWeatherApi.ForecastPeriod
name, text, toString
-
Constructor Details
-
ZoneForecastPeriod
public ZoneForecastPeriod(com.github.cliftonlabs.json_simple.JsonObject obj) Constructs a ZoneForecastPeriod from a valid JSON of the ZoneForecast schema of the NWS API.- Parameters:
obj-
-