public class ResetPasswordOutputModel
extends java.lang.Object
| Constructor and Description |
|---|
ResetPasswordOutputModel() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode()
This Method is use to get the Code
|
java.lang.String |
getMsg()
This Method is use to get the Message
|
java.lang.String |
getStatus()
This Method is use to get the status
|
void |
setCode(int code)
This Method is use to set the Code
|
void |
setMsg(java.lang.String msg)
This Method is use to set the Message
|
void |
setStatus(java.lang.String status)
This Method is use to set the status
|
public int getCode()
public void setCode(int code)
code - For Setting The Codepublic java.lang.String getStatus()
public void setStatus(java.lang.String status)
status - For Setting The Statuspublic java.lang.String getMsg()
public void setMsg(java.lang.String msg)
msg - For Setting The Message