public class ViewFavouriteOutputModel
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
ViewFavouriteOutputModel.MovieList |
Constructor and Description |
---|
ViewFavouriteOutputModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getItemCount()
This Method is use to get the itemCount
|
int |
getLimit()
This Method is use to get the limit
|
java.util.List<ViewFavouriteOutputModel.MovieList> |
getMovieList()
This Method is use to get the movie list
|
java.lang.String |
getMsg()
This Method is use to get the message
|
int |
getStatus()
This Method is use to get the status
|
public int getStatus()
@Nullable public java.lang.String getMsg()
@Nullable public java.util.List<ViewFavouriteOutputModel.MovieList> getMovieList()
@Nullable public java.lang.String getItemCount()
public int getLimit()