|
||||||||||
| 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.Addon
public class Addon
The addon object contains the settings how to access the concerning addon and its configurable options.
Example
If you add a datasource the settings map contains at least your credentials and the unified resource locator of the concerning addon.
| Constructor Summary | |
|---|---|
Addon()
Constructor for Addon. |
|
| Method Summary | |
|---|---|
AddonOption |
getAddonOption()
getAddonOption. |
HashMap<String,String> |
getSettings()
Getter for the field settings. |
void |
setAddonOption(AddonOption addon_option)
setAddonOption. |
void |
setSettings(HashMap<String,String> settings)
Setter for the field settings. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Addon()
Constructor for Addon.
| Method Detail |
|---|
public HashMap<String,String> getSettings()
Getter for the field settings.
public void setSettings(HashMap<String,String> settings)
Setter for the field settings.
settings - the settings to setpublic AddonOption getAddonOption()
getAddonOption.
public void setAddonOption(AddonOption addon_option)
setAddonOption.
addon_option - the addon 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 | |||||||||