@Entity public class DefaultUserInfo extends Object implements UserInfo
Modifier and Type | Field and Description |
---|---|
static String |
PARAM_EMAIL |
static String |
PARAM_USERNAME |
static String |
QUERY_BY_EMAIL |
static String |
QUERY_BY_USERNAME |
Constructor and Description |
---|
DefaultUserInfo() |
public static final String QUERY_BY_USERNAME
public static final String QUERY_BY_EMAIL
public static final String PARAM_USERNAME
public static final String PARAM_EMAIL
public DefaultUserInfo()
public String getPreferredUsername()
getPreferredUsername
in interface UserInfo
public void setPreferredUsername(String preferredUsername)
setPreferredUsername
in interface UserInfo
preferredUsername
- the preferredUsername to setpublic String getGivenName()
getGivenName
in interface UserInfo
public void setGivenName(String givenName)
setGivenName
in interface UserInfo
givenName
- the givenName to setpublic String getFamilyName()
getFamilyName
in interface UserInfo
public void setFamilyName(String familyName)
setFamilyName
in interface UserInfo
familyName
- the familyName to setpublic String getMiddleName()
getMiddleName
in interface UserInfo
public void setMiddleName(String middleName)
setMiddleName
in interface UserInfo
middleName
- the middleName to setpublic String getNickname()
getNickname
in interface UserInfo
public void setNickname(String nickname)
setNickname
in interface UserInfo
nickname
- the nickname to setpublic String getProfile()
getProfile
in interface UserInfo
public void setProfile(String profile)
setProfile
in interface UserInfo
profile
- the profile to setpublic String getPicture()
getPicture
in interface UserInfo
public void setPicture(String picture)
setPicture
in interface UserInfo
picture
- the picture to setpublic String getWebsite()
getWebsite
in interface UserInfo
public void setWebsite(String website)
setWebsite
in interface UserInfo
website
- the website to setpublic Boolean getEmailVerified()
getEmailVerified
in interface UserInfo
public void setEmailVerified(Boolean emailVerified)
setEmailVerified
in interface UserInfo
public String getZoneinfo()
getZoneinfo
in interface UserInfo
public void setZoneinfo(String zoneinfo)
setZoneinfo
in interface UserInfo
zoneinfo
- the zoneinfo to setpublic String getPhoneNumber()
getPhoneNumber
in interface UserInfo
public void setPhoneNumber(String phoneNumber)
setPhoneNumber
in interface UserInfo
phoneNumber
- the phoneNumber to setpublic Boolean getPhoneNumberVerified()
getPhoneNumberVerified
in interface UserInfo
public void setPhoneNumberVerified(Boolean phoneNumberVerified)
setPhoneNumberVerified
in interface UserInfo
public Address getAddress()
getAddress
in interface UserInfo
public void setAddress(Address address)
setAddress
in interface UserInfo
address
- the address to setpublic String getUpdatedTime()
getUpdatedTime
in interface UserInfo
public void setUpdatedTime(String updatedTime)
setUpdatedTime
in interface UserInfo
updatedTime
- the updatedTime to setpublic String getBirthdate()
getBirthdate
in interface UserInfo
public void setBirthdate(String birthdate)
setBirthdate
in interface UserInfo
birthdate
- the birthdate to setpublic com.google.gson.JsonObject toJson()
UserInfo
public static UserInfo fromJson(com.google.gson.JsonObject obj)
o
- public com.google.gson.JsonObject getSource()
UserInfo
public void setSource(com.google.gson.JsonObject src)
jsonString
- the jsonString to setCopyright © 2018. All rights reserved.