public class FbUserDetailsOutputModel
extends java.lang.Object
Constructor and Description |
---|
FbUserDetailsOutputModel() |
Modifier and Type | Method and Description |
---|---|
int |
getCode()
This Method is use to get the code
|
java.lang.String |
getDisplayName()
This Method is use to get the displayName
|
java.lang.String |
getEmail()
This Method is use to get the email
|
java.lang.String |
getId()
This Method is use to get the id
|
int |
getIsNewuser()
This Method is use to get the isNewuser
|
int |
getIsSubscribed()
This Method is use to get the isSubscribed
|
java.lang.String |
getMsg()
This Method is use to get the msg
|
java.lang.String |
getNickName()
This Method is use to get the nickName
|
java.lang.String |
getProfileImage()
This Method is use to get the profileImage
|
java.lang.String |
getStatus()
This Method is use to get the status
|
java.lang.String |
getStudioId()
This Method is use to get the studioId
|
@Nullable public java.lang.String getId()
@Nullable public java.lang.String getEmail()
@Nullable public java.lang.String getDisplayName()
@Nullable public java.lang.String getNickName()
@Nullable public java.lang.String getStudioId()
public int getIsNewuser()
@Nullable public java.lang.String getProfileImage()
public int getIsSubscribed()
public int getCode()
@Nullable public java.lang.String getStatus()
@Nullable public java.lang.String getMsg()