|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cloudcontrolled.api.request.Request<AddAddonResponse>
com.cloudcontrolled.api.request.AddAddonRequest
@Method(value=POST)
@Path(value="/app/${app}/deployment/${dep}/addon/")
public class AddAddonRequestOr for reference have a look here: https://api.cloudcontrol.com/doc/#DeploymentAddonCREATE
| Constructor Summary | |
|---|---|
AddAddonRequest()
Constructor for AddAddonRequest. |
|
| Method Summary | |
|---|---|
String |
getAddonName()
Getter for the field addonName. |
String |
getApplicationName()
Getter for the field applicationName. |
String |
getDeploymentName()
Getter for the field deploymentName. |
void |
setAddonName(String addonName)
Setter for the field addonName. |
void |
setApplicationName(String applicationName)
Setter for the field applicationName. |
void |
setDeploymentName(String deploymentName)
Setter for the field deploymentName. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AddAddonRequest()
Constructor for AddAddonRequest.
| Method Detail |
|---|
public String getApplicationName()
Getter for the field applicationName.
public void setApplicationName(String applicationName)
Setter for the field applicationName.
applicationName - a String object.public String getDeploymentName()
Getter for the field deploymentName.
public void setDeploymentName(String deploymentName)
Setter for the field deploymentName.
deploymentName - a String object.public String getAddonName()
Getter for the field addonName.
public void setAddonName(String addonName)
Setter for the field addonName.
addonName - a String object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||