public class DashboardData extends Object
| Constructor and Description |
|---|
DashboardData() |
| Modifier and Type | Method and Description |
|---|---|
long |
getApplications()
Number of push applications of the current user.
|
long |
getDevices()
Number of registered devices for the push applications of the current user.
|
long |
getMessages()
Number of sent messages from push applications of the current user.
|
void |
setApplications(long applications) |
void |
setDevices(long devices) |
void |
setMessages(long messages) |
public long getApplications()
public void setApplications(long applications)
public long getDevices()
public void setDevices(long devices)
public long getMessages()
public void setMessages(long messages)
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.