com.cloudcontrolled.api.request
Class RemoveAddonRequest

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

@Method(value=DELETE)
@Path(value="/app/${app}/deployment/${dep}/addon/${name}/")
public class RemoveAddonRequest
extends Request<RemoveAddonResponse>

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

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

Constructor Summary
RemoveAddonRequest()
           Constructor for RemoveAddonRequest.
 
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

RemoveAddonRequest

public RemoveAddonRequest()

Constructor for RemoveAddonRequest.

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.

getAddonName

public String getAddonName()

Getter for the field addonName.

Returns:
addonName

setAddonName

public void setAddonName(String addonName)

Setter for the field addonName.

Parameters:
addonName - a String object.


Copyright © 2012. All Rights Reserved.