public class WatchHistoryOutputModel
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
WatchHistoryOutputModel.HistoryList |
Constructor and Description |
---|
WatchHistoryOutputModel() |
Modifier and Type | Method and Description |
---|---|
int |
getCode()
This Method is use to get the code
|
java.util.List<WatchHistoryOutputModel.HistoryList> |
getHistoryList()
This Method is use to get the history list
|
int |
getItemCount()
This Method is use to get the itemCount
|
java.lang.String |
getMsg()
This Method is use to get the message
|
java.lang.String |
getStatus()
This Method is use to get the status
|
public int getCode()
@Nullable public java.lang.String getStatus()
@Nullable public java.lang.String getMsg()
public int getItemCount()
@Nullable public java.util.List<WatchHistoryOutputModel.HistoryList> getHistoryList()