com.cloudcontrolled.api.response
Class CreateApplicationResponse

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

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

CreateApplicationResponse class.

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

Constructor Summary
CreateApplicationResponse()
           Constructor for CreateApplicationResponse.
 
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

CreateApplicationResponse

public CreateApplicationResponse()

Constructor for CreateApplicationResponse.

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<CreateApplicationResponse>


Copyright © 2012. All Rights Reserved.