public class Application extends Object
| Constructor and Description |
|---|
Application(String name,
String id,
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
|
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
|
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 Date getSubmittedDate()
public void setSubmittedDate(Date submittedDate)
submittedDate, - timestamp of when the Push Message was submitted to the Push NetworksCopyright © 2018 JBoss by Red Hat. All rights reserved.