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