[AB-91] adding location id to the available information for weather model

This commit is contained in:
Sheldan
2023-03-19 10:54:54 +01:00
parent f95ba6c28f
commit 2875da117a
3 changed files with 4 additions and 1 deletions

View File

@@ -33,4 +33,5 @@ public class WeatherResponseModel {
private String locationName;
private String countryKey;
private Color embedColor;
private Long locationId;
}

View File

@@ -29,5 +29,6 @@ public class WeatherResult {
private WeatherResultSystem systemInfo;
@SerializedName("timezone")
private Long timezoneShift;
@SerializedName("id")
private Long locationId;
}