-
public final class EmergencyAddressDto
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumEmergencyAddressDto.PhoneCountryValues: uS,gB
-
Field Summary
Fields Modifier and Type Field Description private final UUIDidprivate final Stringaddress1private final EmergencyAddressDto.PhoneCountryphoneCountry
-
Constructor Summary
Constructors Constructor Description EmergencyAddressDto(UUID id, String address1, EmergencyAddressDto.PhoneCountry phoneCountry)
-
Method Summary
Modifier and Type Method Description final UUIDgetId()final StringgetAddress1()final EmergencyAddressDto.PhoneCountrygetPhoneCountry()-
-
Constructor Detail
-
EmergencyAddressDto
EmergencyAddressDto(UUID id, String address1, EmergencyAddressDto.PhoneCountry phoneCountry)
-
-
Method Detail
-
getAddress1
final String getAddress1()
-
getPhoneCountry
final EmergencyAddressDto.PhoneCountry getPhoneCountry()
-
-
-
-