public class Application extends Object
| Constructor and Description |
|---|
Application(String name,
String id,
long totalReceivers,
Date submittedDate) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
The id of the Push Application
|
String |
getName()
The name of the Push Application
|
Date |
getSubmittedDate()
The timestamp of when the Push Message was submitted to the Push Networks
|
long |
getTotalReceivers()
Number of active tokens that received the Push Message
|
void |
setId(String id)
Set the id of the Push Application
|
void |
setName(String name)
Set the name of the Push Application
|
void |
setSubmittedDate(Date submittedDate)
Set the timestamp of when the Push Message was submitted to the Push Networks
|
void |
setTotalReceivers(long totalReceivers)
Set the number of active tokens that received the Push Message
|
public String getName()
public void setName(String name)
name - of the Push Applicationpublic String getId()
public void setId(String id)
id - of the Push Applicationpublic long getTotalReceivers()
public void setTotalReceivers(long totalReceivers)
totalReceivers, - number of active tokens that received the Push Messagepublic Date getSubmittedDate()
public void setSubmittedDate(Date submittedDate)
submittedDate, - timestamp of when the Push Message was submitted to the Push NetworksCopyright © 2016 JBoss by Red Hat. All Rights Reserved.