File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
src/main/java/com/amadeus/resources Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ public class Hotel extends Resource {
24
24
private @ Getter String hotelId ;
25
25
private @ Getter String chainCode ;
26
26
private @ Getter Distance distance ;
27
- @ SerializedName ("last_update" )
28
27
private @ Getter String lastUpdate ;
29
28
30
29
protected Hotel () {}
Original file line number Diff line number Diff line change @@ -23,12 +23,15 @@ protected HotelOfferSearch() {}
23
23
*/
24
24
@ ToString
25
25
public class Hotel {
26
+ private @ Getter String type ;
26
27
private @ Getter String hotelId ;
27
28
private @ Getter String chainCode ;
28
29
private @ Getter String brandCode ;
29
30
private @ Getter String dupeId ;
30
31
private @ Getter String name ;
31
32
private @ Getter String cityCode ;
33
+ private @ Getter double latitude ;
34
+ private @ Getter double longitude ;
32
35
33
36
protected Hotel () {}
34
37
@@ -126,7 +129,7 @@ public class HotelPrice {
126
129
private @ Getter PriceVariations variations ;
127
130
128
131
protected HotelPrice () {}
129
-
132
+
130
133
}
131
134
132
135
/**
You can’t perform that action at this time.
0 commit comments