com.cloudcontrolled.api.response
Class ListSSHKeyResponse

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

@Normalized(value=ListSSHKeyNormalizer.class)
public class ListSSHKeyResponse
extends Response<ListSSHKeyResponse>

ListSSHKeyResponse class.

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

Constructor Summary
ListSSHKeyResponse()
           
 
Method Summary
 SSHKey[] getSshKeys()
           Getter for the field sshKeys.
 void setSshKeys(SSHKey[] sshKeys)
           Setter for the field sshKeys.
 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

ListSSHKeyResponse

public ListSSHKeyResponse()
Method Detail

getSshKeys

public SSHKey[] getSshKeys()

Getter for the field sshKeys.

Returns:
an array of SSHKey objects.

setSshKeys

public void setSshKeys(SSHKey[] sshKeys)

Setter for the field sshKeys.

Parameters:
sshKeys - an array of SSHKey objects.

toString

public String toString()

Overrides:
toString in class Response<ListSSHKeyResponse>


Copyright © 2012. All Rights Reserved.