public class NotificationListOutputModel
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
NotificationListOutputModel.NotifyList |
| Constructor and Description |
|---|
NotificationListOutputModel() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode()
This Method is use to get the code
|
int |
getCount()
This Method is use to get the count
|
int |
getCountUnread()
This Method is use to get the countUnread
|
java.lang.String |
getMessage()
This Method is use to get the message
|
java.util.List<NotificationListOutputModel.NotifyList> |
getNotifyList()
This Method is use to get the notifyList
|
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<NotificationListOutputModel.NotifyList> getNotifyList()
public int getCount()
public int getCountUnread()
@Nullable public java.lang.String getMessage()