|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cloudcontrolled.api.response.Response<ListSSHKeyResponse>
com.cloudcontrolled.api.response.ListSSHKeyResponse
@Normalized(value=ListSSHKeyNormalizer.class) public class ListSSHKeyResponse
ListSSHKeyResponse class.
| 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 |
|---|
public ListSSHKeyResponse()
| Method Detail |
|---|
public SSHKey[] getSshKeys()
Getter for the field sshKeys.
SSHKey objects.public void setSshKeys(SSHKey[] sshKeys)
Setter for the field sshKeys.
sshKeys - an array of SSHKey
objects.public String toString()
toString in class Response<ListSSHKeyResponse>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||