com.cloudcontrolled.api.request
Class DeleteWorkerRequest

java.lang.Object
  extended by com.cloudcontrolled.api.request.Request<DeleteWorkerResponse>
      extended by com.cloudcontrolled.api.request.DeleteWorkerRequest
All Implemented Interfaces:
Serializable

@Method(value=DELETE)
@Path(value="/app/${app}/deployment/${dep}/worker/${workerId}")
public class DeleteWorkerRequest
extends Request<DeleteWorkerResponse>

Or for reference have a look here: https://api.cloudcontrol.com/doc/#WorkerDELETE

Author:
Denis Neuling (denisneuling@gmail.com)
See Also:
Serialized Form

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

DeleteWorkerRequest

public DeleteWorkerRequest()

Constructor for DeleteWorkerRequest.

Method Detail

getApplicationName

public String getApplicationName()

Getter for the field applicationName.

Returns:
applicationName

setApplicationName

public void setApplicationName(String applicationName)

Setter for the field applicationName.

Parameters:
applicationName - a String object.

getDeploymentName

public String getDeploymentName()

Getter for the field deploymentName.

Returns:
deploymentName

setDeploymentName

public void setDeploymentName(String deploymentName)

Setter for the field deploymentName.

Parameters:
deploymentName - a String object.

getWorkerId

public String getWorkerId()

Getter for the field workerId.

Returns:
workerId

setWorkerId

public void setWorkerId(String workerId)

Setter for the field workerId.

Parameters:
workerId - a String object.


Copyright © 2012. All Rights Reserved.