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 @VariantType 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)
name - the namepublic String getDescription()
public void setDescription(String description)
description - the descriptionpublic String getVariantID()
public void setVariantID(String variantID)
Installation with this VariantvariantID - the variant IDpublic void setSecret(String secret)
public String getSecret()
public String getDeveloper()
public void setDeveloper(String developer)
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.