Class CustomerProfile
java.lang.Object
io.micronaut.data.tck.jdbc.entities.upsert.CustomerProfile
-
Constructor Summary
ConstructorsConstructorDescriptionCustomerProfile(@Nullable Long id, String email, String displayName) CustomerProfile(String email, String displayName) -
Method Summary
-
Constructor Details
-
CustomerProfile
public CustomerProfile() -
CustomerProfile
-
CustomerProfile
-
-
Method Details
-
getId
-
setId
-
getEmail
-
setEmail
-
getDisplayName
-
setDisplayName
-