|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cloudcontrolled.api.response.Response<SSHKeyResponse>
com.cloudcontrolled.api.response.SSHKeyResponse
@Normalized(value=SSHKeyNormalizer.class) public class SSHKeyResponse
SSHKeyResponse class.
| 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 |
|---|
public SSHKeyResponse()
Constructor for SSHKeyResponse.
| Method Detail |
|---|
public SSHKey getSshKey()
Getter for the field sshKey.
SSHKey object.public void setSshKey(SSHKey sshKey)
Setter for the field sshKey.
sshKey - a SSHKey object.public String toString()
toString in class Response<SSHKeyResponse>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||