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