public static class Stats.PushedMessages
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
directPublishes
Total number of direct publishes.
|
int |
messages
Total number of push messages.
|
java.util.Map<java.lang.String,java.lang.Integer> |
notifications
The count of push notifications.
|
| Constructor and Description |
|---|
PushedMessages() |
public int messages
Spec: TS10a
public java.util.Map<java.lang.String,java.lang.Integer> notifications
Spec: TS10c
public int directPublishes
Spec: TS10b