public class UpdateUserProfileOutputModel
extends java.lang.Object
Constructor and Description |
---|
UpdateUserProfileOutputModel() |
Modifier and Type | Method and Description |
---|---|
int |
getCode()
This Method is use to get the code
|
java.lang.String |
getEmail()
This Method is use to get the email
|
java.lang.String |
getMobileNumber()
This Method is use to get the mobile number
|
java.lang.String |
getMsg()
This Method is use to get the message
|
java.lang.String |
getName()
This Method is use to get the name
|
java.lang.String |
getNickName()
This Method is use to get the nick name
|
java.lang.String |
getProfileImage()
This Method is use to get the profileImage
|
java.lang.String |
getStatus()
This Method is use to get the status
|
public int getCode()
@Nullable public java.lang.String getStatus()
@Nullable public java.lang.String getMsg()
@Nullable public java.lang.String getName()
@Nullable public java.lang.String getEmail()
@Nullable public java.lang.String getNickName()
@Nullable public java.lang.String getMobileNumber()
@Nullable public java.lang.String getProfileImage()