com.cloudcontrolled.api.response
Class DeleteSSHKeyResponse

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

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

DeleteSSHKeyResponse class.

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

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

DeleteSSHKeyResponse

public DeleteSSHKeyResponse()

Constructor for DeleteSSHKeyResponse.

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


Copyright © 2012. All Rights Reserved.