public class UserProfile extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getBirthday()
Returns the birthday of the user.
|
String |
getEmail()
Returns the email address of the user.
|
String |
getFirstName()
Return the first name of the user.
|
String |
getGender()
Returns the gender of the user.
|
String |
getLastName()
Return the last name of the user.
|
Long |
getMaxAge()
Returns the maximum age of the user.
|
Long |
getMinAge()
Returns the minimum age of the user.
|
String |
getName()
Returns the name of the user.
|
String |
getPictureUrl()
Returns the picture URL of the user.
|
User |
getUser()
Returns the
User that this instance in associated with. |
int |
hashCode() |
String |
toString() |
public String getName()
public String getEmail()
public String getPictureUrl()
public String getFirstName()
public String getLastName()
public String getGender()
public String getBirthday()
public Long getMinAge()
public Long getMaxAge()
public User getUser()
User
that this instance in associated with.User
that this instance in associated with.