public abstract class Variant extends BaseModel
| Constructor and Description |
|---|
Variant() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getDeveloper() |
String |
getName() |
String |
getSecret() |
abstract VariantType |
getType()
The type (Android, iOS or SimplePush) of the underlying variant.
|
String |
getVariantID() |
void |
setDescription(String description)
Some description of the app.
|
void |
setDeveloper(String developer) |
void |
setName(String name)
The name of the variant (e.g.
|
void |
setSecret(String secret) |
void |
setType(VariantType type) |
void |
setVariantID(String variantID)
Identifier used to register an
Installation with this Variant |
public abstract VariantType getType()
public void setType(VariantType type)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public String getVariantID()
public void setVariantID(String variantID)
Installation with this Variantpublic void setSecret(String secret)
public String getSecret()
public String getDeveloper()
public void setDeveloper(String developer)
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.