public class MyUploadOutputModel
extends java.lang.Object
Constructor and Description |
---|
MyUploadOutputModel() |
Modifier and Type | Method and Description |
---|---|
int |
getCode()
This Method is use to get the code
|
int |
getItemCount()
This Method is use to get the itemCount
|
java.util.ArrayList<ContentListOutput> |
getMovieList()
This Method is use to get the movieList
|
java.lang.String |
getMsg()
This Method is use to get the msg
|
void |
setCode(int code) |
void |
setItemCount(int itemCount) |
void |
setMovieList(java.util.ArrayList<ContentListOutput> movieList) |
void |
setMsg(java.lang.String msg) |
public void setCode(int code)
public void setMsg(java.lang.String msg)
public void setItemCount(int itemCount)
public void setMovieList(java.util.ArrayList<ContentListOutput> movieList)
public int getCode()
public java.lang.String getMsg()
public int getItemCount()
public java.util.ArrayList<ContentListOutput> getMovieList()