com.cloudcontrolled.api.response
Class ApplicationResponse

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

@Normalized(value=ApplicationNormalizer.class)
public class ApplicationResponse
extends Response<ApplicationResponse>

ApplicationResponse class.

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

Constructor Summary
ApplicationResponse()
           Constructor for ApplicationResponse.
 
Method Summary
 Application getApplication()
           Getter for the field application.
 void setApplication(Application application)
           Setter for the field application.
 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

ApplicationResponse

public ApplicationResponse()

Constructor for ApplicationResponse.

Method Detail

getApplication

public Application getApplication()

Getter for the field application.

Returns:
a Application object.

setApplication

public void setApplication(Application application)

Setter for the field application.

Parameters:
application - a Application object.

toString

public String toString()

Overrides:
toString in class Response<ApplicationResponse>


Copyright © 2012. All Rights Reserved.