public static final class NotificationService.NotificationContainer extends Object
| Constructor and Description |
|---|
NotificationContainer(NotificationService.Notification notification,
boolean read,
String userId) |
| Modifier and Type | Method and Description |
|---|---|
NotificationService.Notification |
getNotification() |
String |
getUserId() |
boolean |
isRead() |
void |
setNotification(NotificationService.Notification notification) |
void |
setRead(boolean read) |
void |
setUserId(String userId) |
public NotificationContainer(NotificationService.Notification notification, boolean read, String userId)
public NotificationService.Notification getNotification()
public void setNotification(NotificationService.Notification notification)
public boolean isRead()
public void setRead(boolean read)
public String getUserId()
public void setUserId(String userId)
Copyright © 2012-2018. All Rights Reserved.