public class UserProfile extends Object
Constructor and Description |
---|
UserProfile(String userId,
String firstName,
String lastName,
String emailId) |
Modifier and Type | Method and Description |
---|---|
String |
getEmailId()
Gets the email id
|
String |
getFirstName()
Gets the first name
|
String |
getLastName()
Gets the last name
|
String |
getUserId()
Gets the user id
|
public String getUserId()
public String getFirstName()
public String getLastName()
public String getEmailId()
Copyright © 2019. All rights reserved.