public static final class WeatherResponse.Builder
extends java.lang.Object
| Constructor and Description |
|---|
Builder(WeatherInstant current) |
| Modifier and Type | Method and Description |
|---|---|
WeatherResponse |
build() |
WeatherResponse.Builder |
withForecast(WeatherDailyForecast[] forecast) |
WeatherResponse.Builder |
withHourlyForecast(WeatherHourlyForecast[] hourlyForecast) |
WeatherResponse.Builder |
withStationId(java.lang.String stationId) |
WeatherResponse.Builder |
withSuccess(boolean success) |
WeatherResponse.Builder |
withValidUntil(long validUntil) |
public Builder(WeatherInstant current)
public WeatherResponse.Builder withStationId(java.lang.String stationId)
public WeatherResponse.Builder withForecast(WeatherDailyForecast[] forecast)
public WeatherResponse.Builder withHourlyForecast(WeatherHourlyForecast[] hourlyForecast)
public WeatherResponse.Builder withSuccess(boolean success)
public WeatherResponse.Builder withValidUntil(long validUntil)
public WeatherResponse build()