public class NotificationSummary extends Object
| Constructor and Description | 
|---|
NotificationSummary()  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getTeamUnacknowledgedCount()  | 
int | 
getTotalCount()  | 
int | 
getTotalUnacknowledgedCount()  | 
String | 
getUser()  | 
int | 
getUserUnacknowledgedCount()  | 
OnmsNotificationCollection | 
getUserUnacknowledgedNotifications()  | 
void | 
setTeamUnacknowledgedCount(int teamUnacknowledgedCount)  | 
void | 
setTotalCount(int totalCount)  | 
void | 
setTotalUnacknowledgedCount(int totalUnacknowledgedCount)  | 
void | 
setUser(String user)  | 
void | 
setUserUnacknowledgedCount(int userUnacknowledgedCount)  | 
void | 
setUserUnacknowledgedNotifications(OnmsNotificationCollection userAcknowledgedNotifications)  | 
public int getTotalCount()
public void setTotalCount(int totalCount)
public int getTotalUnacknowledgedCount()
public void setTotalUnacknowledgedCount(int totalUnacknowledgedCount)
public int getUserUnacknowledgedCount()
public void setUserUnacknowledgedCount(int userUnacknowledgedCount)
public void setUserUnacknowledgedNotifications(OnmsNotificationCollection userAcknowledgedNotifications)
public OnmsNotificationCollection getUserUnacknowledgedNotifications()
public String getUser()
public void setUser(String user)
public int getTeamUnacknowledgedCount()
public void setTeamUnacknowledgedCount(int teamUnacknowledgedCount)
Copyright © 2020. All rights reserved.