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 {
2424 private @ Getter String hotelId ;
2525 private @ Getter String chainCode ;
2626 private @ Getter Distance distance ;
27- @ SerializedName ("last_update" )
2827 private @ Getter String lastUpdate ;
2928
3029 protected Hotel () {}
Original file line number Diff line number Diff line change @@ -23,12 +23,15 @@ protected HotelOfferSearch() {}
2323 */
2424 @ ToString
2525 public class Hotel {
26+ private @ Getter String type ;
2627 private @ Getter String hotelId ;
2728 private @ Getter String chainCode ;
2829 private @ Getter String brandCode ;
2930 private @ Getter String dupeId ;
3031 private @ Getter String name ;
3132 private @ Getter String cityCode ;
33+ private @ Getter double latitude ;
34+ private @ Getter double longitude ;
3235
3336 protected Hotel () {}
3437
@@ -126,7 +129,7 @@ public class HotelPrice {
126129 private @ Getter PriceVariations variations ;
127130
128131 protected HotelPrice () {}
129-
132+
130133 }
131134
132135 /**
You can’t perform that action at this time.
0 commit comments