com.cloudcontrolled.api.response
Class ListApplicationResponse

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

@Normalized(value=ListApplicationNormalizer.class)
public class ListApplicationResponse
extends Response<ListApplicationResponse>

ListApplicationResponse class.

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

Constructor Summary
ListApplicationResponse()
           Constructor for ListApplicationResponse.
 
Method Summary
 Application[] getApplications()
           Getter for the field applications.
 void setApplications(Application[] applications)
           Setter for the field applications.
 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

ListApplicationResponse

public ListApplicationResponse()

Constructor for ListApplicationResponse.

Method Detail

getApplications

public Application[] getApplications()

Getter for the field applications.

Returns:
an array of Application objects.

setApplications

public void setApplications(Application[] applications)

Setter for the field applications.

Parameters:
applications - an array of Application objects.

toString

public String toString()

Overrides:
toString in class Response<ListApplicationResponse>


Copyright © 2012. All Rights Reserved.