com.cloudcontrolled.api.response
Class CreateDeploymentResponse

java.lang.Object
  extended by com.cloudcontrolled.api.response.Response<CreateDeploymentResponse>
      extended by com.cloudcontrolled.api.response.CreateDeploymentResponse
All Implemented Interfaces:
Serializable

@Normalized(value=DeploymentNormalizer.class)
public class CreateDeploymentResponse
extends Response<CreateDeploymentResponse>

CreateDeploymentResponse class.

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

Constructor Summary
CreateDeploymentResponse()
           Constructor for CreateDeploymentResponse.
 
Method Summary
 Deployment getDeployment()
           Getter for the field deployment.
 void setDeployment(Deployment deployment)
           Setter for the field deployment.
 String toString()
          
 
Methods inherited from class com.cloudcontrolled.api.response.Response
getContent, getResponseTime, getStatusCode, isError, setContent, setError, setResponseTime, setStatusCode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CreateDeploymentResponse

public CreateDeploymentResponse()

Constructor for CreateDeploymentResponse.

Method Detail

getDeployment

public Deployment getDeployment()

Getter for the field deployment.

Returns:
a Deployment object.

setDeployment

public void setDeployment(Deployment deployment)

Setter for the field deployment.

Parameters:
deployment - a Deployment object.

toString

public String toString()

Overrides:
toString in class Response<CreateDeploymentResponse>


Copyright © 2012. All Rights Reserved.