com.cloudcontrolled.api.response
Class DeleteApplicationResponse

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

@Normalized(value=DeleteNormalizer.class)
public class DeleteApplicationResponse
extends Response<DeleteApplicationResponse>

DeleteApplicationResponse class.

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

Constructor Summary
DeleteApplicationResponse()
           Constructor for DeleteApplicationResponse.
 
Method Summary
 String getMessage()
           Getter for the field message.
 void setMessage(String message)
           Setter for the field message.
 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

DeleteApplicationResponse

public DeleteApplicationResponse()

Constructor for DeleteApplicationResponse.

Method Detail

getMessage

public String getMessage()

Getter for the field message.

Returns:
a String object.

setMessage

public void setMessage(String message)

Setter for the field message.

Parameters:
message - a String object.

toString

public String toString()

Overrides:
toString in class Response<DeleteApplicationResponse>


Copyright © 2012. All Rights Reserved.