-
public final class PhonePlanDto
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumPhonePlanDto.PhoneCountryValues: uS,gB
-
Field Summary
Fields Modifier and Type Field Description private final UUIDidprivate final UUIDuserIdprivate final PhonePlanDto.PhoneCountryphoneCountryprivate final OffsetDateTimecreatedAt
-
Constructor Summary
Constructors Constructor Description PhonePlanDto(UUID id, UUID userId, PhonePlanDto.PhoneCountry phoneCountry, OffsetDateTime createdAt)
-
Method Summary
Modifier and Type Method Description final UUIDgetId()final UUIDgetUserId()final PhonePlanDto.PhoneCountrygetPhoneCountry()final OffsetDateTimegetCreatedAt()-
-
Constructor Detail
-
PhonePlanDto
PhonePlanDto(UUID id, UUID userId, PhonePlanDto.PhoneCountry phoneCountry, OffsetDateTime createdAt)
-
-
Method Detail
-
getPhoneCountry
final PhonePlanDto.PhoneCountry getPhoneCountry()
-
getCreatedAt
final OffsetDateTime getCreatedAt()
-
-
-
-