public class GenreListOutputModel
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
GenreListOutputModel.Catagory |
class |
GenreListOutputModel.Genre |
class |
GenreListOutputModel.SortBy |
Constructor and Description |
---|
GenreListOutputModel() |
Modifier and Type | Method and Description |
---|---|
java.util.List<GenreListOutputModel.Catagory> |
getCatagory()
This Method is use to get the category
|
int |
getCode()
This Method is use to get the code
|
java.util.List<GenreListOutputModel.Genre> |
getGenre()
This Method is use to get the genre
|
java.util.List<GenreListOutputModel.SortBy> |
getSortBy()
This Method is use to get the list of sort By
|
java.lang.String |
getStatus()
This Method is use to get the status
|
public int getCode()
@Nullable public java.lang.String getStatus()
@Nullable public java.util.List<GenreListOutputModel.Genre> getGenre()
@Nullable public java.util.List<GenreListOutputModel.Catagory> getCatagory()
@Nullable public java.util.List<GenreListOutputModel.SortBy> getSortBy()