mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-04-20 05:24:09 +00:00
[AB-91] adding location id to the available information for weather model
This commit is contained in:
@@ -33,4 +33,5 @@ public class WeatherResponseModel {
|
||||
private String locationName;
|
||||
private String countryKey;
|
||||
private Color embedColor;
|
||||
private Long locationId;
|
||||
}
|
||||
|
||||
@@ -29,5 +29,6 @@ public class WeatherResult {
|
||||
private WeatherResultSystem systemInfo;
|
||||
@SerializedName("timezone")
|
||||
private Long timezoneShift;
|
||||
|
||||
@SerializedName("id")
|
||||
private Long locationId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user