com.cloudcontrolled.api.response
Class ListDeploymentResponse

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

@Normalized(value=ListDeploymentNormalizer.class)
public class ListDeploymentResponse
extends Response<ListDeploymentResponse>

ListDeploymentResponse class.

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

Constructor Summary
ListDeploymentResponse()
           Constructor for ListDeploymentResponse.
 
Method Summary
 Deployment[] getDeployments()
           Getter for the field deployments.
 void setDeployments(Deployment[] deployments)
           Setter for the field deployments.
 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

ListDeploymentResponse

public ListDeploymentResponse()

Constructor for ListDeploymentResponse.

Method Detail

getDeployments

public Deployment[] getDeployments()

Getter for the field deployments.

Returns:
an array of Deployment objects.

setDeployments

public void setDeployments(Deployment[] deployments)

Setter for the field deployments.

Parameters:
deployments - an array of Deployment objects.

toString

public String toString()

Overrides:
toString in class Response<ListDeploymentResponse>


Copyright © 2012. All Rights Reserved.