Commit 19b790d3 authored by EnesKarakas's avatar EnesKarakas
Browse files

hg

parent 1d2e4b53
......@@ -507,9 +507,9 @@ public class ForecastweatherApiController implements ForecastweatherApi {
response2.getBody().getForecast().addForecastdayItem(new ForecastDay());
}
response2.getBody().getForecast().getForecastday().get(i)
.getDay().setUv_day(
.getDay().setUv(
response.getBody().getForecast().getForecastday().get(i).getDay()
.getUv_day());
.getUv());
}
break;
......@@ -611,10 +611,10 @@ public class ForecastweatherApiController implements ForecastweatherApi {
.addHourItem(new HourCondition());
}
response2.getBody().getForecast().getForecastday().get(i)
.getHour().get(j).setHourly_TimeEpoch(
.getHour().get(j).setTimeEpoch(
response.getBody().getForecast().getForecastday().get(i).getHour()
.get(j)
.getHourly_TimeEpoch());
.getTimeEpoch());
}
}
break;
......@@ -634,10 +634,10 @@ public class ForecastweatherApiController implements ForecastweatherApi {
.addHourItem(new HourCondition());
}
response2.getBody().getForecast().getForecastday().get(i)
.getHour().get(j).setHourly_Time(
.getHour().get(j).setTime(
response.getBody().getForecast().getForecastday().get(i).getHour()
.get(j)
.getHourly_Time());
.getTime());
}
}
break;
......@@ -656,10 +656,10 @@ public class ForecastweatherApiController implements ForecastweatherApi {
.addHourItem(new HourCondition());
}
response2.getBody().getForecast().getForecastday().get(i)
.getHour().get(j).setHourly_TempC(
.getHour().get(j).setTempC(
response.getBody().getForecast().getForecastday().get(i).getHour()
.get(j)
.getHourly_TempC());
.getTempC());
}
}
break;
......@@ -678,10 +678,10 @@ public class ForecastweatherApiController implements ForecastweatherApi {
.addHourItem(new HourCondition());
}
response2.getBody().getForecast().getForecastday().get(i)
.getHour().get(j).setHourly_TempF(
.getHour().get(j).setTempF(
response.getBody().getForecast().getForecastday().get(i).getHour()
.get(j)
.getHourly_TempF());
.getTempF());
}
}
break;
......@@ -700,10 +700,10 @@ public class ForecastweatherApiController implements ForecastweatherApi {
.addHourItem(new HourCondition());
}
response2.getBody().getForecast().getForecastday().get(i)
.getHour().get(j).setHourly_IsDay(
.getHour().get(j).setIsDay(
response.getBody().getForecast().getForecastday().get(i).getHour()
.get(j)
.getHourly_IsDay());
.getIsDay());
}
}
break;
......@@ -722,10 +722,10 @@ public class ForecastweatherApiController implements ForecastweatherApi {
.addHourItem(new HourCondition());
}
response2.getBody().getForecast().getForecastday().get(i)
.getHour().get(j).setHourly_WindMph(
.getHour().get(j).setWindMph(
response.getBody().getForecast().getForecastday().get(i).getHour()
.get(j)
.getHourly_WindMph());
.getWindMph());
}
}
break;
......@@ -744,10 +744,10 @@ public class ForecastweatherApiController implements ForecastweatherApi {
.addHourItem(new HourCondition());
}
response2.getBody().getForecast().getForecastday().get(i)
.getHour().get(j).setHourly_WindKph(
.getHour().get(j).setWindKph(
response.getBody().getForecast().getForecastday().get(i).getHour()
.get(j)
.getHourly_WindKph());
.getWindKph());
}
}
break;
......@@ -766,10 +766,10 @@ public class ForecastweatherApiController implements ForecastweatherApi {
.addHourItem(new HourCondition());
}
response2.getBody().getForecast().getForecastday().get(i)
.getHour().get(j).setHourly_WindDegree(
.getHour().get(j).setWindDegree(
response.getBody().getForecast().getForecastday().get(i).getHour()
.get(j)
.getHourly_WindDegree());
.getWindDegree());
}
}
break;
......@@ -788,10 +788,10 @@ public class ForecastweatherApiController implements ForecastweatherApi {
.addHourItem(new HourCondition());
}
response2.getBody().getForecast().getForecastday().get(i)
.getHour().get(j).setHourly_WindDir(
.getHour().get(j).setWindDir(
response.getBody().getForecast().getForecastday().get(i).getHour()
.get(j)
.getHourly_WindDir());
.getWindDir());
}
}
break;
......@@ -810,10 +810,10 @@ public class ForecastweatherApiController implements ForecastweatherApi {
.addHourItem(new HourCondition());
}
response2.getBody().getForecast().getForecastday().get(i)
.getHour().get(j).setHourly_PressureMb(
.getHour().get(j).setPressureMb(
response.getBody().getForecast().getForecastday().get(i).getHour()
.get(j)
.getHourly_PressureMb());
.getPressureMb());
}
}
break;
......@@ -832,10 +832,10 @@ public class ForecastweatherApiController implements ForecastweatherApi {
.addHourItem(new HourCondition());
}
response2.getBody().getForecast().getForecastday().get(i)
.getHour().get(j).setHourly_PressureIn(
.getHour().get(j).setPressureIn(
response.getBody().getForecast().getForecastday().get(i).getHour()
.get(j)
.getHourly_PressureIn());
.getPressureIn());
}
}
break;
......@@ -854,10 +854,10 @@ public class ForecastweatherApiController implements ForecastweatherApi {
.addHourItem(new HourCondition());
}
response2.getBody().getForecast().getForecastday().get(i)
.getHour().get(j).setHourly_PrecipMm(
.getHour().get(j).setPrecipMm(
response.getBody().getForecast().getForecastday().get(i).getHour()
.get(j)
.getHourly_PrecipMm());
.getPrecipMm());
}
}
break;
......@@ -876,10 +876,10 @@ public class ForecastweatherApiController implements ForecastweatherApi {
.addHourItem(new HourCondition());
}
response2.getBody().getForecast().getForecastday().get(i)
.getHour().get(j).setHourly_PrecipIn(
.getHour().get(j).setPrecipIn(
response.getBody().getForecast().getForecastday().get(i).getHour()
.get(j)
.getHourly_PrecipIn());
.getPrecipIn());
}
}
break;
......@@ -898,10 +898,10 @@ public class ForecastweatherApiController implements ForecastweatherApi {
.addHourItem(new HourCondition());
}
response2.getBody().getForecast().getForecastday().get(i)
.getHour().get(j).setHourly_Humidity(
.getHour().get(j).setHumidity(
response.getBody().getForecast().getForecastday().get(i).getHour()
.get(j)
.getHourly_Humidity());
.getHumidity());
}
}
break;
......@@ -920,10 +920,10 @@ public class ForecastweatherApiController implements ForecastweatherApi {
.addHourItem(new HourCondition());
}
response2.getBody().getForecast().getForecastday().get(i)
.getHour().get(j).setHourly_Cloud(
.getHour().get(j).setCloud(
response.getBody().getForecast().getForecastday().get(i).getHour()
.get(j)
.getHourly_Cloud());
.getCloud());
}
}
break;
......@@ -942,10 +942,10 @@ public class ForecastweatherApiController implements ForecastweatherApi {
.addHourItem(new HourCondition());
}
response2.getBody().getForecast().getForecastday().get(i)
.getHour().get(j).setHourly_FeelslikeC(
.getHour().get(j).setFeelslikeC(
response.getBody().getForecast().getForecastday().get(i).getHour()
.get(j)
.getHourly_FeelslikeC());
.getFeelslikeC());
}
}
break;
......@@ -964,10 +964,10 @@ public class ForecastweatherApiController implements ForecastweatherApi {
.addHourItem(new HourCondition());
}
response2.getBody().getForecast().getForecastday().get(i)
.getHour().get(j).setHourly_FeelslikeF(
.getHour().get(j).setFeelslikeF(
response.getBody().getForecast().getForecastday().get(i).getHour()
.get(j)
.getHourly_FeelslikeF());
.getFeelslikeF());
}
}
break;
......@@ -986,10 +986,10 @@ public class ForecastweatherApiController implements ForecastweatherApi {
.addHourItem(new HourCondition());
}
response2.getBody().getForecast().getForecastday().get(i)
.getHour().get(j).setHourly_WindchillC(
.getHour().get(j).setWindchillC(
response.getBody().getForecast().getForecastday().get(i).getHour()
.get(j)
.getHourly_WindchillC());
.getWindchillC());
}
}
break;
......@@ -1008,10 +1008,10 @@ public class ForecastweatherApiController implements ForecastweatherApi {
.addHourItem(new HourCondition());
}
response2.getBody().getForecast().getForecastday().get(i)
.getHour().get(j).setHourly_WindchillF(
.getHour().get(j).setWindchillF(
response.getBody().getForecast().getForecastday().get(i).getHour()
.get(j)
.getHourly_WindchillF());
.getWindchillF());
}
}
break;
......@@ -1030,10 +1030,10 @@ public class ForecastweatherApiController implements ForecastweatherApi {
.addHourItem(new HourCondition());
}
response2.getBody().getForecast().getForecastday().get(i)
.getHour().get(j).setHourly_HeatindexC(
.getHour().get(j).setHeatindexC(
response.getBody().getForecast().getForecastday().get(i).getHour()
.get(j)
.getHourly_HeatindexC());
.getHeatindexC());
}
}
break;
......@@ -1052,10 +1052,10 @@ public class ForecastweatherApiController implements ForecastweatherApi {
.addHourItem(new HourCondition());
}
response2.getBody().getForecast().getForecastday().get(i)
.getHour().get(j).setHourly_HeatindexF(
.getHour().get(j).setHeatindexF(
response.getBody().getForecast().getForecastday().get(i).getHour()
.get(j)
.getHourly_HeatindexF());
.getHeatindexF());
}
}
break;
......@@ -1074,10 +1074,10 @@ public class ForecastweatherApiController implements ForecastweatherApi {
.addHourItem(new HourCondition());
}
response2.getBody().getForecast().getForecastday().get(i)
.getHour().get(j).setHourly_DewpointC(
.getHour().get(j).setDewpointC(
response.getBody().getForecast().getForecastday().get(i).getHour()
.get(j)
.getHourly_DewpointC());
.getDewpointC());
}
}
break;
......@@ -1096,10 +1096,10 @@ public class ForecastweatherApiController implements ForecastweatherApi {
.addHourItem(new HourCondition());
}
response2.getBody().getForecast().getForecastday().get(i)
.getHour().get(j).setHourly_DewpointF(
.getHour().get(j).setDewpointF(
response.getBody().getForecast().getForecastday().get(i).getHour()
.get(j)
.getHourly_DewpointF());
.getDewpointF());
}
}
break;
......@@ -1118,10 +1118,10 @@ public class ForecastweatherApiController implements ForecastweatherApi {
.addHourItem(new HourCondition());
}
response2.getBody().getForecast().getForecastday().get(i)
.getHour().get(j).setHourly_WillItRain(
.getHour().get(j).setWillItRain(
response.getBody().getForecast().getForecastday().get(i).getHour()
.get(j)
.getHourly_WillItRain());
.getWillItRain());
}
}
break;
......@@ -1140,10 +1140,10 @@ public class ForecastweatherApiController implements ForecastweatherApi {
.addHourItem(new HourCondition());
}
response2.getBody().getForecast().getForecastday().get(i)
.getHour().get(j).setHourly_ChanceOfRain(
.getHour().get(j).setChanceOfRain(
response.getBody().getForecast().getForecastday().get(i).getHour()
.get(j)
.getHourly_ChanceOfRain());
.getChanceOfRain());
}
}
break;
......@@ -1162,10 +1162,10 @@ public class ForecastweatherApiController implements ForecastweatherApi {
.addHourItem(new HourCondition());
}
response2.getBody().getForecast().getForecastday().get(i)
.getHour().get(j).setHourly_WillItSnow(
.getHour().get(j).setWillItSnow(
response.getBody().getForecast().getForecastday().get(i).getHour()
.get(j)
.getHourly_WillItSnow());
.getWillItSnow());
}
}
break;
......@@ -1184,10 +1184,10 @@ public class ForecastweatherApiController implements ForecastweatherApi {
.addHourItem(new HourCondition());
}
response2.getBody().getForecast().getForecastday().get(i)
.getHour().get(j).setHourly_ChanceOfSnow(
.getHour().get(j).setChanceOfSnow(
response.getBody().getForecast().getForecastday().get(i).getHour()
.get(j)
.getHourly_ChanceOfSnow());
.getChanceOfSnow());
}
}
break;
......@@ -1206,10 +1206,10 @@ public class ForecastweatherApiController implements ForecastweatherApi {
.addHourItem(new HourCondition());
}
response2.getBody().getForecast().getForecastday().get(i)
.getHour().get(j).setHourly_VisKm(
.getHour().get(j).setVisKm(
response.getBody().getForecast().getForecastday().get(i).getHour()
.get(j)
.getHourly_VisKm());
.getVisKm());
}
}
break;
......@@ -1228,10 +1228,10 @@ public class ForecastweatherApiController implements ForecastweatherApi {
.addHourItem(new HourCondition());
}
response2.getBody().getForecast().getForecastday().get(i)
.getHour().get(j).setHourly_VisMiles(
.getHour().get(j).setVisMiles(
response.getBody().getForecast().getForecastday().get(i).getHour()
.get(j)
.getHourly_VisMiles());
.getVisMiles());
}
}
break;
......@@ -1250,10 +1250,10 @@ public class ForecastweatherApiController implements ForecastweatherApi {
.addHourItem(new HourCondition());
}
response2.getBody().getForecast().getForecastday().get(i)
.getHour().get(j).setHourly_GustMph(
.getHour().get(j).setGustMph(
response.getBody().getForecast().getForecastday().get(i).getHour()
.get(j)
.getHourly_GustMph());
.getGustMph());
}
}
break;
......@@ -1272,10 +1272,10 @@ public class ForecastweatherApiController implements ForecastweatherApi {
.addHourItem(new HourCondition());
}
response2.getBody().getForecast().getForecastday().get(i)
.getHour().get(j).setHourly_GustKph(
.getHour().get(j).setGustKph(
response.getBody().getForecast().getForecastday().get(i).getHour()
.get(j)
.getHourly_GustKph());
.getGustKph());
}
}
break;
......@@ -1294,10 +1294,10 @@ public class ForecastweatherApiController implements ForecastweatherApi {
.addHourItem(new HourCondition());
}
response2.getBody().getForecast().getForecastday().get(i)
.getHour().get(j).setHourly_Uv(
.getHour().get(j).setUv(
response.getBody().getForecast().getForecastday().get(i).getHour()
.get(j)
.getHourly_Uv());
.getUv());
}
}
break;
......
......@@ -37,33 +37,33 @@ import java.util.Map;
@Validated
public interface HistoricalweatherApi {
@Operation(summary = "Call Historical weather data for one location", description = "Get the historical weather info", tags = {
"Historical Weather Data" })
@ApiResponses(value = {
@ApiResponse(responseCode = "200", description = "Successful response", content = @Content(mediaType = "application/json", schema = @Schema(implementation = Model200.class))),
@Operation(summary = "Call Historical weather data for one location", description = "Get the historical weather info", tags = {
"Historical Weather Data" })
@ApiResponses(value = {
@ApiResponse(responseCode = "200", description = "Successful response", content = @Content(mediaType = "application/json", schema = @Schema(implementation = Model200.class))),
@ApiResponse(responseCode = "404", description = "Not found response", content = @Content(mediaType = "text/plain", schema = @Schema(implementation = String.class))) })
@RequestMapping(value = "/historicalweather", produces = { "application/json",
"text/plain" }, method = RequestMethod.GET)
ResponseEntity<InlineResponse200> historicalWeatherData(
@NotNull @Parameter(in = ParameterIn.QUERY, description = "Latitude of the location", required = true, schema = @Schema()) @Valid @RequestParam(value = "latitude", required = true) Float latitude,
@ApiResponse(responseCode = "404", description = "Not found response", content = @Content(mediaType = "text/plain", schema = @Schema(implementation = String.class))) })
@RequestMapping(value = "/historicalweather", produces = { "application/json",
"text/plain" }, method = RequestMethod.GET)
ResponseEntity<InlineResponse200> historicalWeatherData(
@NotNull @Parameter(in = ParameterIn.QUERY, description = "Latitude of the location", required = true, schema = @Schema()) @Valid @RequestParam(value = "latitude", required = true) Float latitude,
@NotNull @Parameter(in = ParameterIn.QUERY, description = "Longitude of the location", required = true, schema = @Schema()) @Valid @RequestParam(value = "longitude", required = true) Float longitude,
@NotNull @Parameter(in = ParameterIn.QUERY, description = "Longitude of the location", required = true, schema = @Schema()) @Valid @RequestParam(value = "longitude", required = true) Float longitude,
@NotNull @Parameter(in = ParameterIn.QUERY, description = "The time interval to get weather data. A day must be specified as an ISO8601 date (e.g. 2022-12-31).", required = true, schema = @Schema()) @Valid @RequestParam(value = "start_date", required = true) String start_date,
@NotNull @Parameter(in = ParameterIn.QUERY, description = "The time interval to get weather data. A day must be specified as an ISO8601 date (e.g. 2022-12-31).", required = true, schema = @Schema()) @Valid @RequestParam(value = "start_date", required = true) String start_date,
@NotNull @Parameter(in = ParameterIn.QUERY, description = "The time interval to get weather data. A day must be specified as an ISO8601 date (e.g. 2022-12-31).", required = true, schema = @Schema()) @Valid @RequestParam(value = "end_date", required = true) String end_date,
@NotNull @Parameter(in = ParameterIn.QUERY, description = "The time interval to get weather data. A day must be specified as an ISO8601 date (e.g. 2022-12-31).", required = true, schema = @Schema()) @Valid @RequestParam(value = "end_date", required = true) String end_date,
@Parameter(in = ParameterIn.QUERY, description = "If fahrenheit is set, all temperature values are converted to Fahrenheit.", required = false, schema = @Schema()) @Valid @RequestParam(value = "temperature_unit", required = false) String temperature_unit,
@Parameter(in = ParameterIn.QUERY, description = "If fahrenheit is set, all temperature values are converted to Fahrenheit.", required = false, schema = @Schema()) @Valid @RequestParam(value = "temperature_unit", required = false) String temperature_unit,
@Parameter(in = ParameterIn.QUERY, description = "Other wind speed speed units: ms, mph and kn", required = false, schema = @Schema()) @Valid @RequestParam(value = "wind_speed_unit", required = false) String wind_speed_unit,
@Parameter(in = ParameterIn.QUERY, description = "Other wind speed speed units: ms, mph and kn", required = false, schema = @Schema()) @Valid @RequestParam(value = "wind_speed_unit", required = false) String wind_speed_unit,
@Parameter(in = ParameterIn.QUERY, description = "Other precipitation amount units: inch", required = false, schema = @Schema()) @Valid @RequestParam(value = "precipitation_unit", required = false) String precipitation_unit,
@Parameter(in = ParameterIn.QUERY, description = "Other precipitation amount units: inch", required = false, schema = @Schema()) @Valid @RequestParam(value = "precipitation_unit", required = false) String precipitation_unit,
@Parameter(in = ParameterIn.QUERY, description = "If timezone is set, all timestamps are returned as local-time and data is returned starting at 00:00 local-time. Any time zone name from the time zone database is supported If auto is set as a time zone, the coordinates will be automatically resolved to the local time zone. For multiple coordinates, a comma separated list of timezones can be specified.", required = false, schema = @Schema()) @Valid @RequestParam(value = "timezone", required = false) String timezone,
@Parameter(in = ParameterIn.QUERY, description = "If timezone is set, all timestamps are returned as local-time and data is returned starting at 00:00 local-time. Any time zone name from the time zone database is supported If auto is set as a time zone, the coordinates will be automatically resolved to the local time zone. For multiple coordinates, a comma separated list of timezones can be specified.", required = false, schema = @Schema()) @Valid @RequestParam(value = "timezone", required = false) String timezone,
@Parameter(in = ParameterIn.QUERY, description = "filter parameter hourly", required = false, schema = @Schema()) @Valid @RequestParam(value = "filterHourly", required = false) String filterHourly,
@Parameter(in = ParameterIn.QUERY, description = "filter parameter hourly", required = false, schema = @Schema()) @Valid @RequestParam(value = "filterHourly", required = false) String filterHourly,
@Parameter(in = ParameterIn.QUERY, description = "filter parameter daily", required = false, schema = @Schema()) @Valid @RequestParam(value = "filterDaily", required = false) String filterDaily);
@Parameter(in = ParameterIn.QUERY, description = "filter parameter daily", required = false, schema = @Schema()) @Valid @RequestParam(value = "filterDaily", required = false) String filterDaily);
}
......@@ -61,7 +61,7 @@ public class HistoricalweatherApiController implements HistoricalweatherApi {
) {
try {
String datafree = "{\"location\":{},\"current\": {\"condition\": {},\"air_quality\": {}}}";
RestTemplate restTemplate = new RestTemplate();
ApiService apiService = new ApiService(restTemplate);
......
......@@ -70,7 +70,7 @@ public class DayCondition {
private Integer dailyChanceOfSnow = null;
@JsonProperty("uv")
private Float uv_day = null;
private Float uv = null;
public DayCondition maxtempC(Float maxtempC) {
this.maxtempC = maxtempC;
......@@ -429,25 +429,25 @@ public class DayCondition {
this.dailyChanceOfSnow = dailyChanceOfSnow;
}
public DayCondition uv_day(Float uv_day) {
this.uv_day = uv_day;
public DayCondition uv(Float uv) {
this.uv = uv;
return this;
}
/**
* Get uv_day
* Get uv
*
* @return uv_day
* @return uv
**/
@Schema(description = "")
@NotNull
public Float getUv_day() {
return uv_day;
public Float getUv() {
return uv;
}
public void setUv_day(Float uv_day) {
this.uv_day = uv_day;
public void setUv(Float uv) {
this.uv = uv;
}
@Override
......@@ -476,14 +476,14 @@ public class DayCondition {
Objects.equals(this.dailyChanceOfRain, dayCondition.dailyChanceOfRain) &&
Objects.equals(this.dailyWillItSnow, dayCondition.dailyWillItSnow) &&
Objects.equals(this.dailyChanceOfSnow, dayCondition.dailyChanceOfSnow) &&
Objects.equals(this.uv_day, dayCondition.uv_day);
Objects.equals(this.uv, dayCondition.uv);
}
@Override
public int hashCode() {
return Objects.hash(maxtempC, maxtempF, mintempC, mintempF, avgtempC, avgtempF, maxwindMph, maxwindKph,
totalprecipMm, totalprecipIn, avgvisKm, avgvisMiles, avghumidity, dailyWillItRain, dailyChanceOfRain,
dailyWillItSnow, dailyChanceOfSnow, uv_day);
dailyWillItSnow, dailyChanceOfSnow, uv);
}
@Override
......@@ -508,7 +508,7 @@ public class DayCondition {
sb.append(" dailyChanceOfRain: ").append(toIndentedString(dailyChanceOfRain)).append("\n");
sb.append(" dailyWillItSnow: ").append(toIndentedString(dailyWillItSnow)).append("\n");
sb.append(" dailyChanceOfSnow: ").append(toIndentedString(dailyChanceOfSnow)).append("\n");
sb.append(" uv_day: ").append(toIndentedString(uv_day)).append("\n");
sb.append(" uv: ").append(toIndentedString(uv)).append("\n");
sb.append("}");
return sb.toString();
}
......
......@@ -19,771 +19,771 @@ import javax.validation.constraints.*;
@JsonInclude(Include.NON_NULL)
public class HourCondition {
@JsonProperty("time_epoch")
private Integer hourly_timeEpoch = null;
private Integer timeEpoch = null;
@JsonProperty("time")
private String hourly_time = null;
private String time = null;
@JsonProperty("temp_c")
private Float hourly_tempC = null;
private Float tempC = null;
@JsonProperty("temp_f")
private Float hourly_tempF = null;
private Float tempF = null;
@JsonProperty("is_day")
private Integer hourly_isDay = null;
private Integer isDay = null;
@JsonProperty("wind_mph")
private Float hourly_windMph = null;
private Float windMph = null;
@JsonProperty("wind_kph")
private Float hourly_windKph = null;
private Float windKph = null;
@JsonProperty("wind_degree")
private Integer hourly_windDegree = null;
private Integer windDegree = null;
@JsonProperty("wind_dir")
private String hourly_windDir = null;
private String windDir = null;
@JsonProperty("pressure_mb")
private Float hourly_pressureMb = null;
private Float pressureMb = null;
@JsonProperty("pressure_in")
private Float hourly_pressureIn = null;
private Float pressureIn = null;
@JsonProperty("precip_mm")
private Float hourly_precipMm = null;
private Float precipMm = null;
@JsonProperty("precip_in")
private Float hourly_precipIn = null;
private Float precipIn = null;
@JsonProperty("humidity")
private Integer hourly_humidity = null;
private Integer humidity = null;
@JsonProperty("cloud")
private Integer hourly_cloud = null;
private Integer cloud = null;
@JsonProperty("feelslike_c")
private Float hourly_feelslikeC = null;
private Float feelslikeC = null;
@JsonProperty("feelslike_f")
private Float hourly_feelslikeF = null;
private Float feelslikeF = null;
@JsonProperty("windchill_c")
private Float hourly_windchillC = null;
private Float windchillC = null;
@JsonProperty("windchill_f")
private Float hourly_windchillF = null;
private Float windchillF = null;
@JsonProperty("heatindex_c")
private Float hourly_heatindexC = null;
private Float heatindexC = null;
@JsonProperty("heatindex_f")
private Float hourly_heatindexF = null;
private Float heatindexF = null;
@JsonProperty("dewpoint_c")
private Float hourly_dewpointC = null;
private Float dewpointC = null;
@JsonProperty("dewpoint_f")
private Float hourly_dewpointF = null;
private Float dewpointF = null;
@JsonProperty("will_it_rain")
private Integer hourly_willItRain = null;
private Integer willItRain = null;
@JsonProperty("chance_of_rain")
private Integer hourly_chanceOfRain = null;
private Integer chanceOfRain = null;
@JsonProperty("will_it_snow")
private Integer hourly_willItSnow = null;
private Integer willItSnow = null;
@JsonProperty("chance_of_snow")
private Integer hourly_chanceOfSnow = null;
private Integer chanceOfSnow = null;
@JsonProperty("vis_km")
private Float hourly_visKm = null;
private Float visKm = null;
@JsonProperty("vis_miles")
private Float hourly_visMiles = null;
private Float visMiles = null;
@JsonProperty("gust_mph")
private Float hourly_gustMph = null;
private Float gustMph = null;
@JsonProperty("gust_kph")
private Float hourly_gustKph = null;
private Float gustKph = null;
@JsonProperty("uv")
private Float hourly_uv = null;
private Float uv = null;
public HourCondition hourly_timeEpoch(Integer hourly_timeEpoch) {
this.hourly_timeEpoch = hourly_timeEpoch;
public HourCondition timeEpoch(Integer timeEpoch) {
this.timeEpoch = timeEpoch;
return this;
}
/**
* Get hourly_timeEpoch
* Get timeEpoch
*
* @return hourly_timeEpoch
* @return timeEpoch
**/
@Schema(description = "")
@NotNull
public Integer getHourly_TimeEpoch() {
return hourly_timeEpoch;
public Integer getTimeEpoch() {
return timeEpoch;
}
public void setHourly_TimeEpoch(Integer hourly_timeEpoch) {
this.hourly_timeEpoch = hourly_timeEpoch;
public void setTimeEpoch(Integer timeEpoch) {
this.timeEpoch = timeEpoch;
}
public HourCondition hourly_time(String hourly_time) {
this.hourly_time = hourly_time;
public HourCondition time(String time) {
this.time = time;
return this;
}
/**
* Get hourly_time
* Get time
*
* @return hourly_time
* @return time
**/
@Schema(description = "")
@NotNull
public String getHourly_Time() {
return hourly_time;
public String getTime() {
return time;
}
public void setHourly_Time(String hourly_time) {
this.hourly_time = hourly_time;
public void setTime(String time) {
this.time = time;
}
public HourCondition hourly_tempC(Float hourly_tempC) {
this.hourly_tempC = hourly_tempC;
public HourCondition tempC(Float tempC) {
this.tempC = tempC;
return this;
}
/**
* Get hourly_tempC
* Get tempC
*
* @return hourly_tempC
* @return tempC
**/
@Schema(description = "")
@NotNull
public Float getHourly_TempC() {
return hourly_tempC;
public Float getTempC() {
return tempC;
}
public void setHourly_TempC(Float hourly_tempC) {
this.hourly_tempC = hourly_tempC;
public void setTempC(Float tempC) {
this.tempC = tempC;
}
public HourCondition hourly_tempF(Float hourly_tempF) {
this.hourly_tempF = hourly_tempF;
public HourCondition tempF(Float tempF) {
this.tempF = tempF;
return this;
}
/**
* Get hourly_tempF
* Get tempF
*
* @return hourly_tempF
* @return tempF
**/
@Schema(description = "")
@NotNull
public Float getHourly_TempF() {
return hourly_tempF;
public Float getTempF() {
return tempF;
}
public void setHourly_TempF(Float hourly_tempF) {
this.hourly_tempF = hourly_tempF;
public void setTempF(Float tempF) {
this.tempF = tempF;
}
public HourCondition hourly_isDay(Integer hourly_isDay) {
this.hourly_isDay = hourly_isDay;
public HourCondition isDay(Integer isDay) {
this.isDay = isDay;
return this;
}
/**
* Get hourly_isDay
* Get isDay
*
* @return hourly_isDay
* @return isDay
**/
@Schema(description = "")
@NotNull
public Integer getHourly_IsDay() {
return hourly_isDay;
public Integer getIsDay() {
return isDay;
}
public void setHourly_IsDay(Integer hourly_isDay) {
this.hourly_isDay = hourly_isDay;
public void setIsDay(Integer isDay) {
this.isDay = isDay;
}
public HourCondition hourly_windMph(Float hourly_windMph) {
this.hourly_windMph = hourly_windMph;
public HourCondition windMph(Float windMph) {
this.windMph = windMph;
return this;
}
/**
* Get hourly_windMph
* Get windMph
*
* @return hourly_windMph
* @return windMph
**/
@Schema(description = "")
@NotNull
public Float getHourly_WindMph() {
return hourly_windMph;
public Float getWindMph() {
return windMph;
}
public void setHourly_WindMph(Float hourly_windMph) {
this.hourly_windMph = hourly_windMph;
public void setWindMph(Float windMph) {
this.windMph = windMph;
}
public HourCondition hourly_windKph(Float hourly_windKph) {
this.hourly_windKph = hourly_windKph;
public HourCondition windKph(Float windKph) {
this.windKph = windKph;
return this;
}
/**
* Get hourly_windKph
* Get windKph
*
* @return hourly_windKph
* @return windKph
**/
@Schema(description = "")
@NotNull
public Float getHourly_WindKph() {
return hourly_windKph;
public Float getWindKph() {
return windKph;
}
public void setHourly_WindKph(Float hourly_windKph) {
this.hourly_windKph = hourly_windKph;
public void setWindKph(Float windKph) {
this.windKph = windKph;
}
public HourCondition hourly_windDegree(Integer hourly_windDegree) {
this.hourly_windDegree = hourly_windDegree;
public HourCondition windDegree(Integer windDegree) {
this.windDegree = windDegree;
return this;
}
/**
* Get hourly_windDegree
* Get windDegree
*
* @return hourly_windDegree
* @return windDegree
**/
@Schema(description = "")
@NotNull
public Integer getHourly_WindDegree() {
return hourly_windDegree;
public Integer getWindDegree() {
return windDegree;
}
public void setHourly_WindDegree(Integer hourly_windDegree) {
this.hourly_windDegree = hourly_windDegree;
public void setWindDegree(Integer windDegree) {
this.windDegree = windDegree;
}
public HourCondition hourly_windDir(String hourly_windDir) {
this.hourly_windDir = hourly_windDir;
public HourCondition windDir(String windDir) {
this.windDir = windDir;
return this;
}
/**
* Get hourly_windDir
* Get windDir
*
* @return hourly_windDir
* @return windDir
**/
@Schema(description = "")
@NotNull
public String getHourly_WindDir() {
return hourly_windDir;
public String getWindDir() {
return windDir;
}
public void setHourly_WindDir(String hourly_windDir) {
this.hourly_windDir = hourly_windDir;
public void setWindDir(String windDir) {
this.windDir = windDir;
}
public HourCondition hourly_pressureMb(Float hourly_pressureMb) {
this.hourly_pressureMb = hourly_pressureMb;
public HourCondition pressureMb(Float pressureMb) {
this.pressureMb = pressureMb;
return this;
}
/**
* Get hourly_pressureMb
* Get pressureMb
*
* @return hourly_pressureMb
* @return pressureMb
**/
@Schema(description = "")
@NotNull
public Float getHourly_PressureMb() {
return hourly_pressureMb;
public Float getPressureMb() {
return pressureMb;
}
public void setHourly_PressureMb(Float hourly_pressureMb) {
this.hourly_pressureMb = hourly_pressureMb;
public void setPressureMb(Float pressureMb) {
this.pressureMb = pressureMb;
}
public HourCondition hourly_pressureIn(Float hourly_pressureIn) {
this.hourly_pressureIn = hourly_pressureIn;
public HourCondition pressureIn(Float pressureIn) {
this.pressureIn = pressureIn;
return this;
}
/**
* Get hourly_pressureIn
* Get pressureIn
*
* @return hourly_pressureIn
* @return pressureIn
**/
@Schema(description = "")
@NotNull
public Float getHourly_PressureIn() {
return hourly_pressureIn;
public Float getPressureIn() {
return pressureIn;
}
public void setHourly_PressureIn(Float hourly_pressureIn) {
this.hourly_pressureIn = hourly_pressureIn;
public void setPressureIn(Float pressureIn) {
this.pressureIn = pressureIn;
}
public HourCondition hourly_precipMm(Float hourly_precipMm) {
this.hourly_precipMm = hourly_precipMm;
public HourCondition precipMm(Float precipMm) {
this.precipMm = precipMm;
return this;
}
/**
* Get hourly_precipMm
* Get precipMm
*
* @return hourly_precipMm
* @return precipMm
**/
@Schema(description = "")
@NotNull
public Float getHourly_PrecipMm() {
return hourly_precipMm;
public Float getPrecipMm() {
return precipMm;
}
public void setHourly_PrecipMm(Float hourly_precipMm) {
this.hourly_precipMm = hourly_precipMm;
public void setPrecipMm(Float precipMm) {
this.precipMm = precipMm;
}
public HourCondition hourly_precipIn(Float hourly_precipIn) {
this.hourly_precipIn = hourly_precipIn;
public HourCondition precipIn(Float precipIn) {
this.precipIn = precipIn;
return this;
}
/**
* Get hourly_precipIn
* Get precipIn
*
* @return hourly_precipIn
* @return precipIn
**/
@Schema(description = "")
@NotNull
public Float getHourly_PrecipIn() {
return hourly_precipIn;
public Float getPrecipIn() {
return precipIn;
}
public void setHourly_PrecipIn(Float hourly_precipIn) {
this.hourly_precipIn = hourly_precipIn;
public void setPrecipIn(Float precipIn) {
this.precipIn = precipIn;
}
public HourCondition hourly_humidity(Integer hourly_humidity) {
this.hourly_humidity = hourly_humidity;
public HourCondition humidity(Integer humidity) {
this.humidity = humidity;
return this;
}
/**
* Get hourly_humidity
* Get humidity
*
* @return hourly_humidity
* @return humidity
**/
@Schema(description = "")
@NotNull
public Integer getHourly_Humidity() {
return hourly_humidity;
public Integer getHumidity() {
return humidity;
}
public void setHourly_Humidity(Integer hourly_humidity) {
this.hourly_humidity = hourly_humidity;
public void setHumidity(Integer humidity) {
this.humidity = humidity;
}
public HourCondition hourly_cloud(Integer hourly_cloud) {
this.hourly_cloud = hourly_cloud;
public HourCondition cloud(Integer cloud) {
this.cloud = cloud;
return this;
}
/**
* Get hourly_cloud
* Get cloud
*
* @return hourly_cloud
* @return cloud
**/
@Schema(description = "")
@NotNull
public Integer getHourly_Cloud() {
return hourly_cloud;
public Integer getCloud() {
return cloud;
}
public void setHourly_Cloud(Integer hourly_cloud) {
this.hourly_cloud = hourly_cloud;
public void setCloud(Integer cloud) {
this.cloud = cloud;
}
public HourCondition hourly_feelslikeC(Float hourly_feelslikeC) {
this.hourly_feelslikeC = hourly_feelslikeC;
public HourCondition feelslikeC(Float feelslikeC) {
this.feelslikeC = feelslikeC;
return this;
}
/**
* Get hourly_feelslikeC
* Get feelslikeC
*
* @return hourly_feelslikeC
* @return feelslikeC
**/
@Schema(description = "")
@NotNull
public Float getHourly_FeelslikeC() {
return hourly_feelslikeC;
public Float getFeelslikeC() {
return feelslikeC;
}
public void setHourly_FeelslikeC(Float hourly_feelslikeC) {
this.hourly_feelslikeC = hourly_feelslikeC;
public void setFeelslikeC(Float feelslikeC) {
this.feelslikeC = feelslikeC;
}
public HourCondition hourly_feelslikeF(Float hourly_feelslikeF) {
this.hourly_feelslikeF = hourly_feelslikeF;
public HourCondition feelslikeF(Float feelslikeF) {
this.feelslikeF = feelslikeF;
return this;
}
/**
* Get hourly_feelslikeF
* Get feelslikeF
*
* @return hourly_feelslikeF
* @return feelslikeF
**/
@Schema(description = "")
@NotNull
public Float getHourly_FeelslikeF() {
return hourly_feelslikeF;
public Float getFeelslikeF() {
return feelslikeF;
}
public void setHourly_FeelslikeF(Float hourly_feelslikeF) {
this.hourly_feelslikeF = hourly_feelslikeF;
public void setFeelslikeF(Float feelslikeF) {
this.feelslikeF = feelslikeF;
}
public HourCondition hourly_windchillC(Float hourly_windchillC) {
this.hourly_windchillC = hourly_windchillC;
public HourCondition windchillC(Float windchillC) {
this.windchillC = windchillC;
return this;
}
/**
* Get hourly_windchillC
* Get windchillC
*
* @return hourly_windchillC
* @return windchillC
**/
@Schema(description = "")
@NotNull
public Float getHourly_WindchillC() {
return hourly_windchillC;
public Float getWindchillC() {
return windchillC;
}
public void setHourly_WindchillC(Float hourly_windchillC) {
this.hourly_windchillC = hourly_windchillC;
public void setWindchillC(Float windchillC) {
this.windchillC = windchillC;
}
public HourCondition hourly_windchillF(Float hourly_windchillF) {
this.hourly_windchillF = hourly_windchillF;
public HourCondition windchillF(Float windchillF) {
this.windchillF = windchillF;
return this;
}
/**
* Get hourly_windchillF
* Get windchillF
*
* @return hourly_windchillF
* @return windchillF
**/
@Schema(description = "")
@NotNull
public Float getHourly_WindchillF() {
return hourly_windchillF;
public Float getWindchillF() {
return windchillF;
}
public void setHourly_WindchillF(Float hourly_windchillF) {
this.hourly_windchillF = hourly_windchillF;
public void setWindchillF(Float windchillF) {
this.windchillF = windchillF;
}
public HourCondition hourly_heatindexC(Float hourly_heatindexC) {
this.hourly_heatindexC = hourly_heatindexC;
public HourCondition heatindexC(Float heatindexC) {
this.heatindexC = heatindexC;
return this;
}
/**
* Get hourly_heatindexC
* Get heatindexC
*
* @return hourly_heatindexC
* @return heatindexC
**/
@Schema(description = "")
@NotNull
public Float getHourly_HeatindexC() {
return hourly_heatindexC;
public Float getHeatindexC() {
return heatindexC;
}
public void setHourly_HeatindexC(Float hourly_heatindexC) {
this.hourly_heatindexC = hourly_heatindexC;
public void setHeatindexC(Float heatindexC) {
this.heatindexC = heatindexC;
}
public HourCondition hourly_heatindexF(Float hourly_heatindexF) {
this.hourly_heatindexF = hourly_heatindexF;
public HourCondition heatindexF(Float heatindexF) {
this.heatindexF = heatindexF;
return this;
}
/**
* Get hourly_heatindexF
* Get heatindexF
*
* @return hourly_heatindexF
* @return heatindexF
**/
@Schema(description = "")
@NotNull
public Float getHourly_HeatindexF() {
return hourly_heatindexF;
public Float getHeatindexF() {
return heatindexF;
}
public void setHourly_HeatindexF(Float hourly_heatindexF) {
this.hourly_heatindexF = hourly_heatindexF;
public void setHeatindexF(Float heatindexF) {
this.heatindexF = heatindexF;
}
public HourCondition hourly_dewpointC(Float hourly_dewpointC) {
this.hourly_dewpointC = hourly_dewpointC;
public HourCondition dewpointC(Float dewpointC) {
this.dewpointC = dewpointC;
return this;
}
/**
* Get hourly_dewpointC
* Get dewpointC
*
* @return hourly_dewpointC
* @return dewpointC
**/
@Schema(description = "")
@NotNull
public Float getHourly_DewpointC() {
return hourly_dewpointC;
public Float getDewpointC() {
return dewpointC;
}
public void setHourly_DewpointC(Float hourly_dewpointC) {
this.hourly_dewpointC = hourly_dewpointC;
public void setDewpointC(Float dewpointC) {
this.dewpointC = dewpointC;
}
public HourCondition hourly_dewpointF(Float hourly_dewpointF) {
this.hourly_dewpointF = hourly_dewpointF;
public HourCondition dewpointF(Float dewpointF) {
this.dewpointF = dewpointF;
return this;
}
/**
* Get hourly_dewpointF
* Get dewpointF
*
* @return hourly_dewpointF
* @return dewpointF
**/
@Schema(description = "")
@NotNull
public Float getHourly_DewpointF() {
return hourly_dewpointF;
public Float getDewpointF() {
return dewpointF;
}
public void setHourly_DewpointF(Float hourly_dewpointF) {
this.hourly_dewpointF = hourly_dewpointF;
public void setDewpointF(Float dewpointF) {
this.dewpointF = dewpointF;
}
public HourCondition hourly_willItRain(Integer hourly_willItRain) {
this.hourly_willItRain = hourly_willItRain;
public HourCondition willItRain(Integer willItRain) {
this.willItRain = willItRain;
return this;
}
/**
* Get hourly_willItRain
* Get willItRain
*
* @return hourly_willItRain
* @return willItRain
**/
@Schema(description = "")
@NotNull
public Integer getHourly_WillItRain() {
return hourly_willItRain;
public Integer getWillItRain() {
return willItRain;
}
public void setHourly_WillItRain(Integer hourly_willItRain) {
this.hourly_willItRain = hourly_willItRain;
public void setWillItRain(Integer willItRain) {
this.willItRain = willItRain;
}
public HourCondition hourly_chanceOfRain(Integer hourly_chanceOfRain) {
this.hourly_chanceOfRain = hourly_chanceOfRain;
public HourCondition chanceOfRain(Integer chanceOfRain) {
this.chanceOfRain = chanceOfRain;
return this;
}
/**
* Get hourly_chanceOfRain
* Get chanceOfRain
*
* @return hourly_chanceOfRain
* @return chanceOfRain
**/
@Schema(description = "")
@NotNull
public Integer getHourly_ChanceOfRain() {
return hourly_chanceOfRain;
public Integer getChanceOfRain() {
return chanceOfRain;
}
public void setHourly_ChanceOfRain(Integer hourly_chanceOfRain) {
this.hourly_chanceOfRain = hourly_chanceOfRain;
public void setChanceOfRain(Integer chanceOfRain) {
this.chanceOfRain = chanceOfRain;
}
public HourCondition hourly_willItSnow(Integer hourly_willItSnow) {
this.hourly_willItSnow = hourly_willItSnow;
public HourCondition willItSnow(Integer willItSnow) {
this.willItSnow = willItSnow;
return this;
}
/**
* Get hourly_willItSnow
* Get willItSnow
*
* @return hourly_willItSnow
* @return willItSnow
**/
@Schema(description = "")
@NotNull
public Integer getHourly_WillItSnow() {
return hourly_willItSnow;
public Integer getWillItSnow() {
return willItSnow;
}
public void setHourly_WillItSnow(Integer hourly_willItSnow) {
this.hourly_willItSnow = hourly_willItSnow;
public void setWillItSnow(Integer willItSnow) {
this.willItSnow = willItSnow;
}
public HourCondition hourly_chanceOfSnow(Integer hourly_chanceOfSnow) {
this.hourly_chanceOfSnow = hourly_chanceOfSnow;
public HourCondition chanceOfSnow(Integer chanceOfSnow) {
this.chanceOfSnow = chanceOfSnow;
return this;
}
/**
* Get hourly_chanceOfSnow
* Get chanceOfSnow
*
* @return hourly_chanceOfSnow
* @return chanceOfSnow
**/
@Schema(description = "")
@NotNull
public Integer getHourly_ChanceOfSnow() {
return hourly_chanceOfSnow;
public Integer getChanceOfSnow() {
return chanceOfSnow;
}
public void setHourly_ChanceOfSnow(Integer hourly_chanceOfSnow) {
this.hourly_chanceOfSnow = hourly_chanceOfSnow;
public void setChanceOfSnow(Integer chanceOfSnow) {
this.chanceOfSnow = chanceOfSnow;
}
public HourCondition hourly_visKm(Float hourly_visKm) {
this.hourly_visKm = hourly_visKm;
public HourCondition visKm(Float visKm) {
this.visKm = visKm;
return this;
}
/**
* Get hourly_visKm
* Get visKm
*
* @return hourly_visKm
* @return visKm
**/
@Schema(description = "")
@NotNull
public Float getHourly_VisKm() {
return hourly_visKm;
public Float getVisKm() {
return visKm;
}
public void setHourly_VisKm(Float hourly_visKm) {
this.hourly_visKm = hourly_visKm;
public void setVisKm(Float visKm) {
this.visKm = visKm;
}
public HourCondition hourly_visMiles(Float hourly_visMiles) {
this.hourly_visMiles = hourly_visMiles;
public HourCondition visMiles(Float visMiles) {
this.visMiles = visMiles;
return this;
}
/**
* Get hourly_visMiles
* Get visMiles
*
* @return hourly_visMiles
* @return visMiles
**/
@Schema(description = "")
@NotNull
public Float getHourly_VisMiles() {
return hourly_visMiles;
public Float getVisMiles() {
return visMiles;
}
public void setHourly_VisMiles(Float hourly_visMiles) {
this.hourly_visMiles = hourly_visMiles;
public void setVisMiles(Float visMiles) {
this.visMiles = visMiles;
}
public HourCondition hourly_gustMph(Float hourly_gustMph) {
this.hourly_gustMph = hourly_gustMph;
public HourCondition gustMph(Float gustMph) {
this.gustMph = gustMph;
return this;
}
/**
* Get hourly_gustMph
* Get gustMph
*
* @return hourly_gustMph
* @return gustMph
**/
@Schema(description = "")
@NotNull
public Float getHourly_GustMph() {
return hourly_gustMph;
public Float getGustMph() {
return gustMph;
}
public void setHourly_GustMph(Float hourly_gustMph) {
this.hourly_gustMph = hourly_gustMph;
public void setGustMph(Float gustMph) {
this.gustMph = gustMph;
}
public HourCondition hourly_gustKph(Float hourly_gustKph) {
this.hourly_gustKph = hourly_gustKph;
public HourCondition gustKph(Float gustKph) {
this.gustKph = gustKph;
return this;
}
/**
* Get hourly_gustKph
* Get gustKph
*
* @return hourly_gustKph
* @return gustKph
**/
@Schema(description = "")
@NotNull
public Float getHourly_GustKph() {
return hourly_gustKph;
public Float getGustKph() {
return gustKph;
}
public void setHourly_GustKph(Float hourly_gustKph) {
this.hourly_gustKph = hourly_gustKph;
public void setGustKph(Float gustKph) {
this.gustKph = gustKph;
}
public HourCondition hourly_uv(Float hourly_uv) {
this.hourly_uv = hourly_uv;
public HourCondition uv(Float uv) {
this.uv = uv;
return this;
}
/**
* Get hourly_uv
* Get uv
*
* @return hourly_uv
* @return uv
**/
@Schema(description = "")
@NotNull
public Float getHourly_Uv() {
return hourly_uv;
public Float getUv() {
return uv;
}
public void setHourly_Uv(Float hourly_uv) {
this.hourly_uv = hourly_uv;
public void setUv(Float uv) {
this.uv = uv;
}
@Override
......@@ -795,48 +795,48 @@ public class HourCondition {
return false;
}
HourCondition hourCondition = (HourCondition) o;
return Objects.equals(this.hourly_timeEpoch, hourCondition.hourly_timeEpoch) &&
Objects.equals(this.hourly_time, hourCondition.hourly_time) &&
Objects.equals(this.hourly_tempC, hourCondition.hourly_tempC) &&
Objects.equals(this.hourly_tempF, hourCondition.hourly_tempF) &&
Objects.equals(this.hourly_isDay, hourCondition.hourly_isDay) &&
Objects.equals(this.hourly_windMph, hourCondition.hourly_windMph) &&
Objects.equals(this.hourly_windKph, hourCondition.hourly_windKph) &&
Objects.equals(this.hourly_windDegree, hourCondition.hourly_windDegree) &&
Objects.equals(this.hourly_windDir, hourCondition.hourly_windDir) &&
Objects.equals(this.hourly_pressureMb, hourCondition.hourly_pressureMb) &&
Objects.equals(this.hourly_pressureIn, hourCondition.hourly_pressureIn) &&
Objects.equals(this.hourly_precipMm, hourCondition.hourly_precipMm) &&
Objects.equals(this.hourly_precipIn, hourCondition.hourly_precipIn) &&
Objects.equals(this.hourly_humidity, hourCondition.hourly_humidity) &&
Objects.equals(this.hourly_cloud, hourCondition.hourly_cloud) &&
Objects.equals(this.hourly_feelslikeC, hourCondition.hourly_feelslikeC) &&
Objects.equals(this.hourly_feelslikeF, hourCondition.hourly_feelslikeF) &&
Objects.equals(this.hourly_windchillC, hourCondition.hourly_windchillC) &&
Objects.equals(this.hourly_windchillF, hourCondition.hourly_windchillF) &&
Objects.equals(this.hourly_heatindexC, hourCondition.hourly_heatindexC) &&
Objects.equals(this.hourly_heatindexF, hourCondition.hourly_heatindexF) &&
Objects.equals(this.hourly_dewpointC, hourCondition.hourly_dewpointC) &&
Objects.equals(this.hourly_dewpointF, hourCondition.hourly_dewpointF) &&
Objects.equals(this.hourly_willItRain, hourCondition.hourly_willItRain) &&
Objects.equals(this.hourly_chanceOfRain, hourCondition.hourly_chanceOfRain) &&
Objects.equals(this.hourly_willItSnow, hourCondition.hourly_willItSnow) &&
Objects.equals(this.hourly_chanceOfSnow, hourCondition.hourly_chanceOfSnow) &&
Objects.equals(this.hourly_visKm, hourCondition.hourly_visKm) &&
Objects.equals(this.hourly_visMiles, hourCondition.hourly_visMiles) &&
Objects.equals(this.hourly_gustMph, hourCondition.hourly_gustMph) &&
Objects.equals(this.hourly_gustKph, hourCondition.hourly_gustKph) &&
Objects.equals(this.hourly_uv, hourCondition.hourly_uv);
return Objects.equals(this.timeEpoch, hourCondition.timeEpoch) &&
Objects.equals(this.time, hourCondition.time) &&
Objects.equals(this.tempC, hourCondition.tempC) &&
Objects.equals(this.tempF, hourCondition.tempF) &&
Objects.equals(this.isDay, hourCondition.isDay) &&
Objects.equals(this.windMph, hourCondition.windMph) &&
Objects.equals(this.windKph, hourCondition.windKph) &&
Objects.equals(this.windDegree, hourCondition.windDegree) &&
Objects.equals(this.windDir, hourCondition.windDir) &&
Objects.equals(this.pressureMb, hourCondition.pressureMb) &&
Objects.equals(this.pressureIn, hourCondition.pressureIn) &&
Objects.equals(this.precipMm, hourCondition.precipMm) &&
Objects.equals(this.precipIn, hourCondition.precipIn) &&
Objects.equals(this.humidity, hourCondition.humidity) &&
Objects.equals(this.cloud, hourCondition.cloud) &&
Objects.equals(this.feelslikeC, hourCondition.feelslikeC) &&
Objects.equals(this.feelslikeF, hourCondition.feelslikeF) &&
Objects.equals(this.windchillC, hourCondition.windchillC) &&
Objects.equals(this.windchillF, hourCondition.windchillF) &&
Objects.equals(this.heatindexC, hourCondition.heatindexC) &&
Objects.equals(this.heatindexF, hourCondition.heatindexF) &&
Objects.equals(this.dewpointC, hourCondition.dewpointC) &&
Objects.equals(this.dewpointF, hourCondition.dewpointF) &&
Objects.equals(this.willItRain, hourCondition.willItRain) &&
Objects.equals(this.chanceOfRain, hourCondition.chanceOfRain) &&
Objects.equals(this.willItSnow, hourCondition.willItSnow) &&
Objects.equals(this.chanceOfSnow, hourCondition.chanceOfSnow) &&
Objects.equals(this.visKm, hourCondition.visKm) &&
Objects.equals(this.visMiles, hourCondition.visMiles) &&
Objects.equals(this.gustMph, hourCondition.gustMph) &&
Objects.equals(this.gustKph, hourCondition.gustKph) &&
Objects.equals(this.uv, hourCondition.uv);
}
@Override
public int hashCode() {
return Objects.hash(hourly_timeEpoch, hourly_time, hourly_tempC, hourly_tempF, hourly_isDay, hourly_windMph,
hourly_windKph, hourly_windDegree, hourly_windDir, hourly_pressureMb, hourly_pressureIn, hourly_precipMm,
hourly_precipIn, hourly_humidity, hourly_cloud, hourly_feelslikeC, hourly_feelslikeF, hourly_windchillC,
hourly_windchillF, hourly_heatindexC, hourly_heatindexF, hourly_dewpointC, hourly_dewpointF, hourly_willItRain,
hourly_chanceOfRain, hourly_willItSnow, hourly_chanceOfSnow, hourly_visKm, hourly_visMiles, hourly_gustMph,
hourly_gustKph, hourly_uv);
return Objects.hash(timeEpoch, time, tempC, tempF, isDay, windMph,
windKph, windDegree, windDir, pressureMb, pressureIn, precipMm,
precipIn, humidity, cloud, feelslikeC, feelslikeF, windchillC,
windchillF, heatindexC, heatindexF, dewpointC, dewpointF, willItRain,
chanceOfRain, willItSnow, chanceOfSnow, visKm, visMiles, gustMph,
gustKph, uv);
}
@Override
......@@ -844,38 +844,38 @@ public class HourCondition {
StringBuilder sb = new StringBuilder();
sb.append("class HourCondition {\n");
sb.append(" hourly_timeEpoch: ").append(toIndentedString(hourly_timeEpoch)).append("\n");
sb.append(" hourly_time: ").append(toIndentedString(hourly_time)).append("\n");
sb.append(" hourly_tempC: ").append(toIndentedString(hourly_tempC)).append("\n");
sb.append(" hourly_tempF: ").append(toIndentedString(hourly_tempF)).append("\n");
sb.append(" hourly_isDay: ").append(toIndentedString(hourly_isDay)).append("\n");
sb.append(" hourly_windMph: ").append(toIndentedString(hourly_windMph)).append("\n");
sb.append(" hourly_windKph: ").append(toIndentedString(hourly_windKph)).append("\n");
sb.append(" hourly_windDegree: ").append(toIndentedString(hourly_windDegree)).append("\n");
sb.append(" hourly_windDir: ").append(toIndentedString(hourly_windDir)).append("\n");
sb.append(" hourly_pressureMb: ").append(toIndentedString(hourly_pressureMb)).append("\n");
sb.append(" hourly_pressureIn: ").append(toIndentedString(hourly_pressureIn)).append("\n");
sb.append(" hourly_precipMm: ").append(toIndentedString(hourly_precipMm)).append("\n");
sb.append(" hourly_precipIn: ").append(toIndentedString(hourly_precipIn)).append("\n");
sb.append(" hourly_humidity: ").append(toIndentedString(hourly_humidity)).append("\n");
sb.append(" hourly_cloud: ").append(toIndentedString(hourly_cloud)).append("\n");
sb.append(" hourly_feelslikeC: ").append(toIndentedString(hourly_feelslikeC)).append("\n");
sb.append(" hourly_feelslikeF: ").append(toIndentedString(hourly_feelslikeF)).append("\n");
sb.append(" hourly_windchillC: ").append(toIndentedString(hourly_windchillC)).append("\n");
sb.append(" hourly_windchillF: ").append(toIndentedString(hourly_windchillF)).append("\n");
sb.append(" hourly_heatindexC: ").append(toIndentedString(hourly_heatindexC)).append("\n");
sb.append(" hourly_heatindexF: ").append(toIndentedString(hourly_heatindexF)).append("\n");
sb.append(" hourly_dewpointC: ").append(toIndentedString(hourly_dewpointC)).append("\n");
sb.append(" hourly_dewpointF: ").append(toIndentedString(hourly_dewpointF)).append("\n");
sb.append(" hourly_willItRain: ").append(toIndentedString(hourly_willItRain)).append("\n");
sb.append(" hourly_chanceOfRain: ").append(toIndentedString(hourly_chanceOfRain)).append("\n");
sb.append(" hourly_willItSnow: ").append(toIndentedString(hourly_willItSnow)).append("\n");
sb.append(" hourly_chanceOfSnow: ").append(toIndentedString(hourly_chanceOfSnow)).append("\n");
sb.append(" hourly_visKm: ").append(toIndentedString(hourly_visKm)).append("\n");
sb.append(" hourly_visMiles: ").append(toIndentedString(hourly_visMiles)).append("\n");
sb.append(" hourly_gustMph: ").append(toIndentedString(hourly_gustMph)).append("\n");
sb.append(" hourly_gustKph: ").append(toIndentedString(hourly_gustKph)).append("\n");
sb.append(" hourly_uv: ").append(toIndentedString(hourly_uv)).append("\n");
sb.append(" timeEpoch: ").append(toIndentedString(timeEpoch)).append("\n");
sb.append(" time: ").append(toIndentedString(time)).append("\n");
sb.append(" tempC: ").append(toIndentedString(tempC)).append("\n");
sb.append(" tempF: ").append(toIndentedString(tempF)).append("\n");
sb.append(" isDay: ").append(toIndentedString(isDay)).append("\n");
sb.append(" windMph: ").append(toIndentedString(windMph)).append("\n");
sb.append(" windKph: ").append(toIndentedString(windKph)).append("\n");
sb.append(" windDegree: ").append(toIndentedString(windDegree)).append("\n");
sb.append(" windDir: ").append(toIndentedString(windDir)).append("\n");
sb.append(" pressureMb: ").append(toIndentedString(pressureMb)).append("\n");
sb.append(" pressureIn: ").append(toIndentedString(pressureIn)).append("\n");
sb.append(" precipMm: ").append(toIndentedString(precipMm)).append("\n");
sb.append(" precipIn: ").append(toIndentedString(precipIn)).append("\n");
sb.append(" humidity: ").append(toIndentedString(humidity)).append("\n");
sb.append(" cloud: ").append(toIndentedString(cloud)).append("\n");
sb.append(" feelslikeC: ").append(toIndentedString(feelslikeC)).append("\n");
sb.append(" feelslikeF: ").append(toIndentedString(feelslikeF)).append("\n");
sb.append(" windchillC: ").append(toIndentedString(windchillC)).append("\n");
sb.append(" windchillF: ").append(toIndentedString(windchillF)).append("\n");
sb.append(" heatindexC: ").append(toIndentedString(heatindexC)).append("\n");
sb.append(" heatindexF: ").append(toIndentedString(heatindexF)).append("\n");
sb.append(" dewpointC: ").append(toIndentedString(dewpointC)).append("\n");
sb.append(" dewpointF: ").append(toIndentedString(dewpointF)).append("\n");
sb.append(" willItRain: ").append(toIndentedString(willItRain)).append("\n");
sb.append(" chanceOfRain: ").append(toIndentedString(chanceOfRain)).append("\n");
sb.append(" willItSnow: ").append(toIndentedString(willItSnow)).append("\n");
sb.append(" chanceOfSnow: ").append(toIndentedString(chanceOfSnow)).append("\n");
sb.append(" visKm: ").append(toIndentedString(visKm)).append("\n");
sb.append(" visMiles: ").append(toIndentedString(visMiles)).append("\n");
sb.append(" gustMph: ").append(toIndentedString(gustMph)).append("\n");
sb.append(" gustKph: ").append(toIndentedString(gustKph)).append("\n");
sb.append(" uv: ").append(toIndentedString(uv)).append("\n");
sb.append("}");
return sb.toString();
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment