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)
name - the namepublic String getName()
public void setDescription(String description)
description - the descriptionpublic String getDescription()
public void setPushApplicationID(String pushApplicationID)
pushApplicationID - the pushApplicationIDpublic String getPushApplicationID()
public void setMasterSecret(String masterSecret)
PushApplication or its Variants.masterSecret - the masterSecretpublic String getMasterSecret()
public String getDeveloper()
public void setDeveloper(String developer)
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.