public class DeleteFavOutputModel
extends java.lang.Object
Constructor and Description |
---|
DeleteFavOutputModel() |
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