public class UserProfileOutputModel
extends java.lang.Object
Constructor and Description |
---|
UserProfileOutputModel() |
Modifier and Type | Method and Description |
---|---|
int |
getCode()
This Method is use to get the code
|
java.lang.String |
getCreatedDate()
This Method is use to get the createdDate
|
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 |
getIsFree()
This Method is use to get the isFree
|
int |
getIsSubscribed()
This Method is use to get the isSubscribed
|
java.lang.String |
getMobileNumber()
This Method is use to get the mobileNumber
|
java.lang.String |
getMsg()
This Method is use to get the message
|
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 getStudioId()
@Nullable public java.lang.String getIsFree()
@Nullable public java.lang.String getProfileImage()
@Nullable public java.lang.String getMobileNumber()
@Nullable public java.lang.String getCreatedDate()
public int getIsSubscribed()
public int getCode()
@Nullable public java.lang.String getStatus()
@Nullable public java.lang.String getMsg()