Package com.cercalia.sdk.model.poi
Class WeatherForecast
java.lang.Object
com.cercalia.sdk.model.poi.WeatherForecast
Represents a weather forecast for a location.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic WeatherForecast.Builderbuilder()@NotNull CoordinategetCoord()@NotNull List<WeatherDayForecast>@Nullable String@NotNull StringtoString()
-
Method Details
-
getLocationName
- Returns:
- The location name for which the forecast is provided.
-
getCoord
- Returns:
- The geographic coordinates of the location.
-
getLastUpdate
- Returns:
- The timestamp of the last forecast update.
-
getForecasts
- Returns:
- The list of daily forecasts.
-
builder
- Returns:
- A new builder instance.
-
toString
-