|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cloudcontrolled.api.model.AbstractModel
com.cloudcontrolled.api.model.AddonAnonymous
public class AddonAnonymous
The anonymous add-on object contains the name and the staging phase in which the available add-on currently is. It also contains some options you might use for your application.
| Constructor Summary | |
|---|---|
AddonAnonymous()
Constructor for AddonAnonymous. |
|
| Method Summary | |
|---|---|
AddonOption[] |
getAddonOptions()
getAddonOptions. |
String |
getName()
Getter for the field name. |
String |
getStage()
Getter for the field stage. |
void |
setAddonOptions(AddonOption[] options)
setAddonOptions. |
void |
setName(String name)
Setter for the field name. |
void |
setStage(String stage)
Setter for the field stage. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AddonAnonymous()
Constructor for AddonAnonymous.
| Method Detail |
|---|
public String getName()
Getter for the field name.
public void setName(String name)
Setter for the field name.
name - the name to setpublic String getStage()
Getter for the field stage.
public void setStage(String stage)
Setter for the field stage.
stage - set the staging phase of the concerning add-onpublic AddonOption[] getAddonOptions()
getAddonOptions.
public void setAddonOptions(AddonOption[] options)
setAddonOptions.
options - the add-on options to setpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||