public class RegistrationOutputModel
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
RegistrationOutputModel.LanguageList |
Constructor and Description |
---|
RegistrationOutputModel() |
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
|
java.lang.String |
getIsBroadcaster()
This Method is use to get the isBroadcaster
|
java.lang.String |
getIsFree()
This Method is use to get the isFree
|
int |
getIsSubscribed()
This Method is use to get the isSubscribed
|
RegistrationOutputModel.LanguageList |
getLanguageList()
This Method is use to get the language List
|
java.lang.String |
getLoginHistoryId()
This Method is use to get the login history Id
|
java.lang.String |
getMsg()
This Method is use to get the message
|
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()
@Nullable public java.lang.String getIsFree()
@Nullable public java.lang.String getProfileImage()
public int getIsSubscribed()
@Nullable public java.lang.String getIsBroadcaster()
@Nullable public RegistrationOutputModel.LanguageList getLanguageList()
@Nullable public java.lang.String getLoginHistoryId()
public int getCode()
@Nullable public java.lang.String getStatus()
@Nullable public java.lang.String getMsg()