com.cloudcontrolled.api.request
Class UpdateDeploymentRequest

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

@Method(value=PUT)
@Path(value="/app/${app}/deployment/${dep}/")
public class UpdateDeploymentRequest
extends Request<UpdateDeploymentResponse>

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

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

Constructor Summary
UpdateDeploymentRequest()
           Constructor for UpdateDeploymentRequest.
 
Method Summary
 String getApplicationName()
           Getter for the field applicationName.
 String getBillingAccount()
           Getter for the field billingAccount.
 String getDeploymentName()
           Getter for the field deploymentName.
 int getMax()
           Getter for the field max.
 int getMin()
           Getter for the field min.
 String getStack()
           Getter for the field stack.
 String getVersion()
           Getter for the field version.
 void setApplicationName(String applicationName)
           Setter for the field applicationName.
 void setBillingAccount(String billingAccount)
           Setter for the field billingAccount.
 void setDeploymentName(String deploymentName)
           Setter for the field deploymentName.
 void setMax(int max)
           Setter for the field max.
 void setMin(int min)
           Setter for the field min.
 void setStack(String stack)
           Setter for the field stack.
 void setVersion(String version)
           Setter for the field version.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateDeploymentRequest

public UpdateDeploymentRequest()

Constructor for UpdateDeploymentRequest.

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.

getVersion

public String getVersion()

Getter for the field version.

Returns:
version

setVersion

public void setVersion(String version)

Setter for the field version.

Parameters:
version - a String object.

getMin

public int getMin()

Getter for the field min.

Returns:
min

setMin

public void setMin(int min)

Setter for the field min.

Parameters:
min - a String object.

getMax

public int getMax()

Getter for the field max.

Returns:
max

setMax

public void setMax(int max)

Setter for the field max.

Parameters:
max - a String object.

getBillingAccount

public String getBillingAccount()

Getter for the field billingAccount.

Returns:
billingAccount

setBillingAccount

public void setBillingAccount(String billingAccount)

Setter for the field billingAccount.

Parameters:
billingAccount - a String object.

getStack

public String getStack()

Getter for the field stack.

Returns:
stack

setStack

public void setStack(String stack)

Setter for the field stack.

Parameters:
stack - a String object.


Copyright © 2012. All Rights Reserved.