public class PushApplication extends BaseModel
| Constructor and Description |
|---|
PushApplication() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getDeveloper()
The developer which created the app.
|
String |
getMasterSecret() |
String |
getName() |
String |
getPushApplicationID() |
List<Variant> |
getVariants() |
void |
setDescription(String description)
The description of the app.
|
void |
setDeveloper(String developer) |
void |
setMasterSecret(String masterSecret)
The master password, used for sending message to a
PushApplication or its Variants. |
void |
setName(String name)
The name of the application.
|
void |
setPushApplicationID(String pushApplicationID)
Identifier used to register variants with this PushApplication
|
void |
setVariants(List<Variant> variants) |
public void setName(String name)
public String getName()
public void setDescription(String description)
public String getDescription()
public void setPushApplicationID(String pushApplicationID)
public String getPushApplicationID()
public void setMasterSecret(String masterSecret)
PushApplication or its Variants.public String getMasterSecret()
public String getDeveloper()
public void setDeveloper(String developer)
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.