com.cloudcontrolled.api.response
Class CreateSSHKeyResponse

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

@Normalized(value=SSHKeyNormalizer.class)
public class CreateSSHKeyResponse
extends Response<CreateSSHKeyResponse>

CreateSSHKeyResponse class.

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

Constructor Summary
CreateSSHKeyResponse()
           
 
Method Summary
 SSHKey getSshKey()
           Getter for the field sshKey.
 void setSshKey(SSHKey sshKey)
           Setter for the field sshKey.
 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

CreateSSHKeyResponse

public CreateSSHKeyResponse()
Method Detail

getSshKey

public SSHKey getSshKey()

Getter for the field sshKey.

Returns:
a SSHKey object.

setSshKey

public void setSshKey(SSHKey sshKey)

Setter for the field sshKey.

Parameters:
sshKey - a SSHKey object.

toString

public String toString()

Overrides:
toString in class Response<CreateSSHKeyResponse>


Copyright © 2012. All Rights Reserved.