com.cloudcontrolled.api.request
Class AmendAddonRequest

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

@Method(value=PUT)
@Path(value="/app/${app}/deployment/${dep}/addon/${amendFrom}/")
public class AmendAddonRequest
extends Request<AmendAddonResponse>

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

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

Constructor Summary
AmendAddonRequest()
           Constructor for AmendAddonRequest.
 
Method Summary
 String getAddonAmendFrom()
           Getter for the field addonAmendFrom.
 String getAddonAmendTo()
           Getter for the field addonAmendTo.
 String getApplicationName()
           Getter for the field applicationName.
 String getDeploymentName()
           Getter for the field deploymentName.
 void setAddonAmendFrom(String addonAmendFrom)
           Setter for the field addonAmendFrom.
 void setAddonAmendTo(String addonAmendTo)
           Setter for the field addonAmendTo.
 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

AmendAddonRequest

public AmendAddonRequest()

Constructor for AmendAddonRequest.

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.

getAddonAmendFrom

public String getAddonAmendFrom()

Getter for the field addonAmendFrom.

Returns:
addonAmendFrom

setAddonAmendFrom

public void setAddonAmendFrom(String addonAmendFrom)

Setter for the field addonAmendFrom.

Parameters:
addonAmendFrom - a String object.

getAddonAmendTo

public String getAddonAmendTo()

Getter for the field addonAmendTo.

Returns:
addonAmendTo

setAddonAmendTo

public void setAddonAmendTo(String addonAmendTo)

Setter for the field addonAmendTo.

Parameters:
addonAmendTo - a String object.


Copyright © 2012. All Rights Reserved.