We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc0a60e commit 4174d1bCopy full SHA for 4174d1b
src/main/java/com/amadeus/resources/SafePlace.java
@@ -16,7 +16,7 @@ protected SafePlace() {}
16
private @Getter String subType;
17
private @Getter String name;
18
private @Getter GeoCode geoCode;
19
- private @Getter SafetyRating safetyRating;
+ private @Getter SafetyScores safetyScores;
20
21
22
/**
@@ -36,8 +36,8 @@ protected GeoCode() {}
36
* @see com.amadeus.safety.safety_rated_locations.SafePlace#get()
37
*/
38
@ToString
39
- public class SafetyRating {
40
- protected SafetyRating() {}
+ public class SafetyScores {
+ protected SafetyScores() {}
41
42
private @Getter int women;
43
private @Getter int physicalHarm;
0 commit comments