安装包 io.realm.mongodb
UserProfile 类
- java.lang.Object
-
- io.realm.mongodb.UserProfile
-
public class UserProfile extends Object
-
-
方法摘要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 boolean
equals(Object o)
String
getBirthday()
返回用户的生日。String
getEmail()
返回用户的电子邮件地址。String
getFirstName()
返回用户的名字。String
getGender()
返回用户的性别。String
getLastName()
返回用户的姓氏。Long
getMaxAge()
返回用户的最大年龄。Long
getMinAge()
返回用户的最小年龄。String
getName()
返回用户的名称。String
getPictureUrl()
返回用户的图片 URL。User
getUser()
返回与此实例关联的User
。int
hashCode()
String
toString()
-