com.cloudcontrolled.api.response
Class SSHKeyResponse

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

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

SSHKeyResponse class.

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

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

SSHKeyResponse

public SSHKeyResponse()

Constructor for SSHKeyResponse.

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


Copyright © 2012. All Rights Reserved.