class User { private String email; private String userId; private String username; // getters and setters... }